summaryrefslogtreecommitdiff
path: root/www/py-pyjwt/files/patch-setup.py
blob: 3cd7bfd035d677a08697407379c3b9b1ad7d4dc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- setup.py.orig	2016-02-26 09:43:54 UTC
+++ setup.py
@@ -31,8 +31,6 @@ if sys.argv[-1] == 'publish':
 
 tests_require = [
     'pytest',
-    'pytest-cov',
-    'pytest-runner',
 ]
 
 setup(
@@ -61,7 +59,6 @@ setup(
         'Topic :: Utilities',
     ],
     test_suite='tests',
-    setup_requires=['pytest-runner'],
     tests_require=tests_require,
     extras_require=dict(
         test=tests_require,