Skip to content

Commit

Permalink
Disable pytest-services plugin in test to avoid worker_id conflict (#612
Browse files Browse the repository at this point in the history
)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
  • Loading branch information
mgorny and nicoddemus committed Dec 15, 2020
1 parent 0d2480f commit ad99d94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ commands =
towncrier --version {posargs} --yes

[pytest]
addopts = -ra
# pytest-services also defines a worker_id fixture, disable
# it so they don't conflict with each other (#611).
addopts = -ra -p no:pytest-services
testpaths = testing

[flake8]
Expand Down

0 comments on commit ad99d94

Please sign in to comment.