pythonPackages.cryptography: vectors are checkInputs

This commit is contained in:
worldofpeace 2019-03-30 12:13:09 -04:00 committed by Michael Weiss
parent 047af233cd
commit 186fc20392
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
buildInputs = [ openssl cryptography_vectors ] buildInputs = [ openssl ]
++ stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security; ++ stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;
propagatedBuildInputs = [ propagatedBuildInputs = [
asn1crypto asn1crypto
@ -41,11 +41,12 @@ buildPythonPackage rec {
++ stdenv.lib.optional (!isPyPy) cffi; ++ stdenv.lib.optional (!isPyPy) cffi;
checkInputs = [ checkInputs = [
pytest cryptography_vectors
pretend
iso8601
pytz
hypothesis hypothesis
iso8601
pretend
pytest
pytz
]; ];
checkPhase = '' checkPhase = ''