Files
guru/dev-python/trio-asyncio/files/no-pytest-runner.patch
Alessandro Barbieri b5f6876cda dev-python/trio-asyncio: wrong extension
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-03-27 19:29:44 +01:00

11 lines
442 B
Diff

--- a/setup.py 2021-03-27 18:54:07.104800689 +0100
+++ b/setup.py 2021-03-27 18:54:23.197091635 +0100
@@ -77,7 +77,6 @@
include_package_data=True,
python_requires=">=3.6", # temporary, for RTD
keywords=["async", "io", "trio", "asyncio", "trio-asyncio"],
- setup_requires=['pytest-runner'],
tests_require=['pytest >= 5.4', 'pytest-trio >= 0.6', 'outcome'],
classifiers=[
"Development Status :: 4 - Beta",