summaryrefslogtreecommitdiff
blob: b9216385d64cbadcb5d4bca4f5cc9f30e76f13ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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(