14
0
forked from pool/python-PyJWT
Files
python-PyJWT/PyJWT-1.1.0.diff

12 lines
262 B
Diff
Raw Normal View History

diff --git a/setup.py b/setup.py
index 2586c2a..dee928c 100755
--- a/setup.py
+++ b/setup.py
@@ -78,6 +78,5 @@ setup(
'Topic :: Utilities',
],
test_suite='tests',
- tests_require=['pytest', 'pytest-cov'],
cmdclass={'test': PyTest},
)