python3Packages.interegular: enable tests

This commit is contained in:
Sigmanificient
2026-07-22 00:58:11 +02:00
parent fd9abbd61c
commit f9f053f946

View File

@@ -3,6 +3,7 @@
buildPythonPackage,
fetchPypi,
setuptools,
pytestCheckHook,
}:
buildPythonPackage (finalAttrs: {
@@ -19,6 +20,8 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "interegular" ];
nativeCheckInputs = [ pytestCheckHook ];
meta = {
description = "Library to check a subset of python regexes for intersections";
homepage = "https://github.com/MegaIng/interegular";