python3Packages.requests-http-signature: fix error in tests (#120987)

This commit is contained in:
critbase
2021-05-12 18:58:15 +02:00
committed by GitHub
parent 03521ca42d
commit acd49fab8e
@@ -2,6 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, requests , requests
, cryptography
, python , python
}: }:
@@ -17,7 +18,7 @@ buildPythonPackage rec {
sha256 = "0y96wsbci296m1rcxx0ybx8r44rdvyb59p1jl27p7rgz7isr3kx1"; sha256 = "0y96wsbci296m1rcxx0ybx8r44rdvyb59p1jl27p7rgz7isr3kx1";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests cryptography ];
checkPhase = '' checkPhase = ''
${python.interpreter} test/test.py ${python.interpreter} test/test.py