python39Packages.cryptography-vectors: add pythonImportsCheck
This commit is contained in:
parent
85a633de9f
commit
facde176d2
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ buildPythonPackage rec {
|
|||
# No tests included
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "cryptography_vectors" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Test vectors for the cryptography package";
|
||||
homepage = "https://cryptography.io/en/latest/development/test-vectors/";
|
||||
|
|
Loading…
Reference in a new issue