diff --git a/setup.py b/setup.py index 7d6928622..ed14c0ffd 100755 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ def finalize_options(self): TestCommand.finalize_options(self) if self.cov_html: self.pytest_args.extend(['--cov-report', 'html']) - self.pytest_args.extend(['tests/aiohttp']) + self.pytest_args.extend(['tests']) def run_tests(self): import pytest