We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2480f commit ad99d94Copy full SHA for ad99d94
1 file changed
tox.ini
@@ -42,7 +42,9 @@ commands =
42
towncrier --version {posargs} --yes
43
44
[pytest]
45
-addopts = -ra
+# pytest-services also defines a worker_id fixture, disable
46
+# it so they don't conflict with each other (#611).
47
+addopts = -ra -p no:pytest-services
48
testpaths = testing
49
50
[flake8]
0 commit comments