summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamas Szabo <szabtam@gmail.com>2020-08-31 18:38:36 +0300
committerTamas Szabo <szabtam@gmail.com>2020-08-31 18:38:36 +0300
commita4dc1b38a69b9c28fe523b7bec12ab80c8000884 (patch)
tree262252f5f32bff9caaefe7b2023fd56209e3d5cc
parent7ccb37aae8bf9c41386f0071960644c72206382a (diff)
downloadisort-filter-out-pytest-warnings.tar.gz
Get rid of warnings displayed when running pytest.filter-out-pytest-warnings
Cleaner output when running the tests.
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8129063f..2c04622f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,10 @@ strict_optional = False
[tool:pytest]
testpaths = tests
+filterwarnings =
+ ignore::DeprecationWarning:distlib
+ ignore::DeprecationWarning:requirementslib
+ ignore::hypothesis.errors.NonInteractiveExampleWarning:hypothesis
[flake8]
max-line-length = 100