14
0
forked from pool/python-PyJWT

Accepting request 342558 from home:TheBlackCat:branches:devel:languages:python

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
This commit is contained in:
Todd R
2015-11-05 13:33:05 +00:00
committed by Git OBS Bridge
parent fde70f5c85
commit 0e6bb1b731
5 changed files with 47 additions and 12 deletions

View File

@@ -2,10 +2,11 @@ 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',
@@ -62,7 +62,6 @@
],
test_suite='tests',
- tests_require=['pytest', 'pytest-cov'],
cmdclass={'test': PyTest},
)
setup_requires=['pytest-runner'],
- tests_require=tests_require,
extras_require=dict(
test=tests_require,
crypto=['cryptography'],