Skip to content

Commit d30b4c5

Browse files
committed
Improve setup.cfg to remove py.test warning
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent eb9472c commit d30b4c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license_file = NOTICE
77

88
release = clean --all sdist --formats=gztar,bztar,zip bdist_wheel
99

10-
[pytest]
10+
[tool:pytest]
1111
testpaths =
1212
src
1313
tests
@@ -43,6 +43,4 @@ python_functions=test
4343
addopts =
4444
-rfEsxXw
4545
--strict
46-
--ignore docs/conf.py
47-
--ignore setup.py
4846
--doctest-modules

0 commit comments

Comments
 (0)