summary refs log blame commit diff
path: root/pkgs/development/python-modules/grandalf/no-setup-requires-pytestrunner.patch
blob: 80e12e246ebb78f884ec2e7f34309ebacc9e6484 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                
diff --git a/setup.py b/setup.py
index 0470622..d574ceb 100755
--- a/setup.py
+++ b/setup.py
@@ -75,8 +75,8 @@ setup(
     # your project is installed. For an analysis of "install_requires" vs pip's
     # requirements files see:
     # https://packaging.python.org/en/latest/requirements.html
-    setup_requires=['pytest-runner',],
-    tests_require=['pytest',],
+    setup_requires=[],
+    tests_require=['pytest','pytest-runner',],
 
     install_requires=['pyparsing','future'],