summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cerberus/files/cerberus-1.3.2_no-pytest-runner.patch')
-rw-r--r--dev-python/cerberus/files/cerberus-1.3.2_no-pytest-runner.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/cerberus/files/cerberus-1.3.2_no-pytest-runner.patch b/dev-python/cerberus/files/cerberus-1.3.2_no-pytest-runner.patch
new file mode 100644
index 000000000000..b9216385d64c
--- /dev/null
+++ b/dev-python/cerberus/files/cerberus-1.3.2_no-pytest-runner.patch
@@ -0,0 +1,13 @@
+--- a/setup.py
++++ b/setup.py
+@@ -11,9 +11,7 @@
+ LONG_DESCRIPTION = open("README.rst").read()
+ VERSION = "1.3.2"
+
+-setup_requires = (
+- ["pytest-runner"] if any(x in sys.argv for x in ("pytest", "test", "ptr")) else []
+-)
++setup_requires = []
+
+
+ setup(