python.pkgs.pyjwt: disable tests

They are broken due to a pytest upgrade.
This commit is contained in:
Robert Schütz 2018-11-12 11:33:50 +01:00 committed by Frederik Rietdijk
parent 1ed1ad2716
commit 8c3aec6304

View File

@ -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;