Skip to content

Commit 94cca44

Browse files
authored
Merge pull request #5 from frederikaalund/master
Moved pytest-runner from setup requirements to test requirements.
2 parents c0bde97 + 5cc2db7 commit 94cca44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ def read(name):
3838
url='https://github.com/aio-libs/async_timeout/',
3939
license='Apache 2',
4040
packages=['async_timeout'],
41-
setup_requires=['pytest-runner'],
42-
tests_require=['pytest', 'pytest_aiohttp'],
41+
setup_requires=[],
42+
tests_require=['pytest', 'pytest_aiohttp', 'pytest-runner'],
4343
include_package_data=False)

0 commit comments

Comments
 (0)