python39Packages.cryptography-vectors: add pythonImportsCheck

This commit is contained in:
Sandro Jäckel 2022-03-23 06:11:13 +01:00
parent 85a633de9f
commit facde176d2
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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/";