Skip to content

Commit 801e592

Browse files
committed
coverage settings and test deps
1 parent 707db94 commit 801e592

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ all = [
3939
"tika[tests]",
4040
]
4141
tests = [
42-
"coveralls",
43-
"memory-profiler>=0.57",
44-
"pytest-benchmark>=3.2.2",
42+
# "coveralls",
43+
"memory-profiler",
44+
"pytest-benchmark",
4545
"pytest-cov",
4646
]
4747

@@ -60,3 +60,7 @@ packages.find.exclude = [ "tika.tests*" ]
6060

6161
[tool.setuptools.dynamic]
6262
version = {attr = "tika.__version__"}
63+
64+
[tool.coverage.run]
65+
source = [ "tika" ]
66+
branch = true

0 commit comments

Comments
 (0)