python39Packages.cryptography-vectors: add pythonImportsCheck

This commit is contained in:
Sandro Jäckel
2022-03-23 06:41:02 +01:00
parent 85a633de9f
commit facde176d2
@@ -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/";