From 31c2d3d1b85714b115bc2a32279fc7a605cd0faf Mon Sep 17 00:00:00 2001 From: anirudnits Date: Sun, 13 Sep 2020 15:48:33 +0530 Subject: [PATCH] removed deprecated_finders.py from test suite --- setup.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index a75e3dffd..8a59aaffd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,10 +14,7 @@ strict_optional = False [tool:pytest] testpaths = tests -filterwarnings = - ignore::DeprecationWarning:distlib - ignore::DeprecationWarning:requirementslib - ignore::hypothesis.errors.NonInteractiveExampleWarning:hypothesis + [flake8] max-line-length = 100