Revert "python: pyjwt: fix build"
This reverts commitbcf736b325.28cdb6e841fixed the issue with pytest-3.9.0.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, cryptography, ecdsa
|
, cryptography, ecdsa
|
||||||
, pytestrunner, pytestcov, pytest_37 }:
|
, pytestrunner, pytestcov, pytest }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyJWT";
|
pname = "PyJWT";
|
||||||
@@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ cryptography ecdsa ];
|
propagatedBuildInputs = [ cryptography ecdsa ];
|
||||||
|
|
||||||
checkInputs = [ pytestrunner pytestcov pytest_37 ];
|
checkInputs = [ pytestrunner pytestcov pytest ];
|
||||||
|
|
||||||
# pytest 3.9.0 changed behavior of deprecated_call, see release notes
|
# pytest 3.9.0 changed behavior of deprecated_call, see release notes
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user