mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
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
|
||||
'';
|
||||
|
||||
# https://github.com/jpadilla/pyjwt/issues/382
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "JSON Web Token implementation in Python";
|
||||
homepage = https://github.com/jpadilla/pyjwt;
|
||||
|
Loading…
Reference in New Issue
Block a user