Skip to content

Commit

Permalink
do not use pytest-runner, fixes #522 (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Mar 30, 2021
1 parent fdfe057 commit 8a8c108
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -25,7 +25,6 @@


needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
pytest_runner = ['pytest-runner'] if needs_pytest else []

setup(
**{key: project_meta[key] for key in (
Expand Down Expand Up @@ -55,7 +54,6 @@
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Libraries :: Python Modules'
],
setup_requires=pytest_runner,
tests_require=['pytest>=4.6.1', 'pytest-asyncio>=0.10.0', 'coverage>=4.5.3'],

package_data={'rx': ['py.typed']},
Expand Down

0 comments on commit 8a8c108

Please sign in to comment.