From bbda3da01f419692562f71771daaf5043a09903a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 5 Oct 2020 14:01:18 -0700 Subject: pytest: remove unused 'ignore' from config file --- pytest.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 4a619a1..5a57052 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,5 @@ [pytest] -ignore = setup.py - # search for 'test_*' functions in all python files, not just under tests python_files = test_*.py tests/*.py fatcat_scholar/*.py -- cgit v1.2.3