python311Packages.tag-expressions: add pythonImportsCheck
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user