pythonPackages.cryptography: vectors are checkInputs
This commit is contained in:
parent
047af233cd
commit
186fc20392
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user