--- pytest.ini.orig 2019-01-12 10:13:41 UTC +++ pytest.ini @@ -1,7 +1,6 @@ [pytest] -addopts = --cov=aiohttp -v -rxXs +addopts = -v -rxXs filterwarnings = error junit_suite_name = aiohttp_test_suite norecursedirs = dist docs build .tox .eggs -minversion = 3.8.2 testpaths = tests/