From cd7683f016c5dd85e567a474887304f6c92fc60d Mon Sep 17 00:00:00 2001 From: Charlie Clark Date: Thu, 25 May 2017 12:21:51 +0200 Subject: [PATCH] Disable pytest-warnings which cause random test failures. See https://github.com/pytest-dev/pytest/issues/2430 --HG-- branch : 2.4 --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index e76e1a1b6..ebe8b8f21 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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