python.pkgs.pyjwt: disable tests
They are broken due to a pytest upgrade.
This commit is contained in:
parent
1ed1ad2716
commit
8c3aec6304
@ -22,6 +22,9 @@ buildPythonPackage rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# https://github.com/jpadilla/pyjwt/issues/382
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "JSON Web Token implementation in Python";
|
description = "JSON Web Token implementation in Python";
|
||||||
homepage = https://github.com/jpadilla/pyjwt;
|
homepage = https://github.com/jpadilla/pyjwt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user