pythonPackages.python-jose: disable several tests
This commit is contained in:
parent
ea299c926f
commit
25ad6d0f0f
@ -25,6 +25,9 @@ buildPythonPackage rec {
|
||||
py.test
|
||||
'';
|
||||
|
||||
# https://github.com/mpdavis/python-jose/issues/149
|
||||
PYTEST_ADDOPTS = "-k 'not test_invalid_claims_json and not test_invalid_claims'";
|
||||
|
||||
propagatedBuildInputs = [ future six ecdsa rsa ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user