diff --git a/requirements/test.txt b/requirements/test.txt index 91be69c55be..ff133ae2da6 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,4 +1,5 @@ -r base.txt +attrs==19.1.0 pytest==4.0.1 pytest-cov==2.6.0 pytest-isort==0.2.1 diff --git a/setup.cfg b/setup.cfg index ac9a4526880..3f8315fbc20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,6 +9,7 @@ python_files = test_*.py *_test.py tests.py +testpaths = app/app/tests app/avatar/tests app/dashboard/tests app/economy/tests app/enssubdomain/tests app/event_ethdenver2019 app/feeswapper/management/commands/tests app/gas/tests app/git/tests app/gitcoinbot/tests app/grants/tests app/marketing/tests app/marketing/management/commands app/perftools app/quests app/revenue addopts = -rf --isort