python3Packages.escapism: enable tests

This commit is contained in:
Kirill Radzikhovskyy
2026-03-22 12:40:44 +11:00
parent d037fb9241
commit 132b69fc49
@@ -4,6 +4,7 @@
fetchPypi,
setuptools,
setuptools-scm,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -21,8 +22,9 @@ buildPythonPackage rec {
setuptools-scm
];
# No tests distributed
doCheck = false;
nativeCheckInputs = [
pytestCheckHook
];
meta = {
description = "Simple, generic API for escaping strings";