Skip to content

Commit 82a640d

Browse files
committed
Remove pytest config 'testspath'
pytest is logging a warning about this being unknown: ``` /.../_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: testspath ``` I can't find any reference to it in the pytest docs or changelog.
1 parent a0a2c5c commit 82a640d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ license_file = LICENSE.md
33

44
[tool:pytest]
55
addopts=--tb=short --strict -ra
6-
testspath = tests
76

87
[flake8]
98
ignore = E501,W504

0 commit comments

Comments
 (0)