Skip to content

Commit cd7683f

Browse files
Disable pytest-warnings which cause random test failures.
See pytest-dev/pytest#2430 --HG-- branch : 2.4
1 parent 0683f5a commit cd7683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
addopts = -l --strict
2+
addopts = -l --strict -p no:warnings
33
norecursedirs = lib include openpyxl/Issues .tox local
44
python_files = test_*.py
55

0 commit comments

Comments
 (0)