pythonPackages.pyjwt: remove pytest constraints
This commit is contained in:
parent
57ef737629
commit
fb1be839e4
@ -15,6 +15,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ pytestrunner pytestcov pytest ];
|
checkInputs = [ pytestrunner pytestcov pytest ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py --replace "pytest>=4.0.1,<5.0.0" "pytest"
|
||||||
|
'';
|
||||||
|
|
||||||
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