Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 2c4a178

Browse files
committed
new file: pytest.ini
1 parent f8b07b6 commit 2c4a178

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ name = "tokenizations"
1414
crate-type = ["cdylib"]
1515

1616
[dependencies.pyo3]
17-
version = "^0.14.0"
17+
version = "^0.14"
1818
features = ["extension-module"]

python/pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
addopts = --benchmark-skip
3+
testpaths = tests

0 commit comments

Comments
 (0)