We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0bde97 + 5cc2db7 commit 94cca44Copy full SHA for 94cca44
setup.py
@@ -38,6 +38,6 @@ def read(name):
38
url='https://github.com/aio-libs/async_timeout/',
39
license='Apache 2',
40
packages=['async_timeout'],
41
- setup_requires=['pytest-runner'],
42
- tests_require=['pytest', 'pytest_aiohttp'],
+ setup_requires=[],
+ tests_require=['pytest', 'pytest_aiohttp', 'pytest-runner'],
43
include_package_data=False)
0 commit comments