Skip to content

Commit

Permalink
Disable pytest-warnings which cause random test failures.
Browse files Browse the repository at this point in the history
See pytest-dev/pytest#2430

--HG--
branch : 2.4
  • Loading branch information
Themanwithoutaplan committed May 25, 2017
1 parent 0683f5a commit cd7683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = -l --strict
addopts = -l --strict -p no:warnings
norecursedirs = lib include openpyxl/Issues .tox local
python_files = test_*.py

Expand Down

0 comments on commit cd7683f

Please sign in to comment.