Skip to content

Commit 7ab0e76

Browse files
committed
Remove depreciated PyTest settings
Looponfailroots used to be required for some functionality in PyTest, but the option was silently depreciated recently in PyTest and will now cause failures. It's safe to remove now though, so it just is.
1 parent 3fd193c commit 7ab0e76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@ universal = 1
44
[tool:pytest]
55
norecursedirs=test_data/
66
addopts = --cov=PyPWA --no-cov-on-fail
7-
looponfailroots =
8-
PyPWA
9-
tests
107
testpaths =
118
tests

0 commit comments

Comments
 (0)