summaryrefslogtreecommitdiff
path: root/dev-python/trio-asyncio/files/no-pytest-runner.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/trio-asyncio/files/no-pytest-runner.patch')
-rw-r--r--dev-python/trio-asyncio/files/no-pytest-runner.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/trio-asyncio/files/no-pytest-runner.patch b/dev-python/trio-asyncio/files/no-pytest-runner.patch
new file mode 100644
index 000000000000..6eec59da4286
--- /dev/null
+++ b/dev-python/trio-asyncio/files/no-pytest-runner.patch
@@ -0,0 +1,10 @@
+--- 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",