python3Packages.deep-chainmap: enable tests (#543651)

This commit is contained in:
Michael Daniels
2026-07-20 01:55:56 +00:00
committed by GitHub

View File

@@ -3,6 +3,7 @@
buildPythonPackage,
fetchPypi,
flit-core,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -18,8 +19,7 @@ buildPythonPackage rec {
build-system = [ flit-core ];
# Tests are not published to pypi
doCheck = false;
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "deep_chainmap" ];