You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/cerberus/files/cerberus-1.3.2_no-pytest-ru...

14 lines
259 B

--- 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(