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