Skip to content

Commit

Permalink
tests: unset PYTEST_ADDOPTS with inner pytest runs (pytest-dev#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and timb07 committed May 26, 2018
1 parent 51c556f commit 058a1b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ def create_app_file(code, filename):
testdir.create_app_file = create_app_file
testdir.project_root = project_root

monkeypatch.delenv('PYTEST_ADDOPTS', raising=False)

return testdir


Expand Down

0 comments on commit 058a1b3

Please sign in to comment.