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

This commit is contained in:
critbase 2021-05-12 12:58:15 -04:00 committed by GitHub
parent 03521ca42d
commit acd49fab8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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