forked from pool/python-PyJWT
Update to 1.4.0 OBS-URL: https://build.opensuse.org/request/show/342558 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=11
13 lines
306 B
Diff
13 lines
306 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 2586c2a..dee928c 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -62,7 +62,6 @@
|
|
],
|
|
test_suite='tests',
|
|
setup_requires=['pytest-runner'],
|
|
- tests_require=tests_require,
|
|
extras_require=dict(
|
|
test=tests_require,
|
|
crypto=['cryptography'],
|