forked from pool/python-PyJWT
12 lines
262 B
Diff
12 lines
262 B
Diff
![]() |
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},
|
||
|
)
|