python311Packages.tag-expressions: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-10-16 10:21:26 +02:00 committed by GitHub
parent ff876e7f25
commit 1d8a2fa167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"tagexpressions"
];
meta = with lib; {
description = "Package to parse logical tag expressions";
homepage = "https://github.com/timofurrer/tag-expressions";