python3Packages.msgspec: enable tests

This commit is contained in:
Tom Hunze
2026-03-21 09:01:37 +01:00
parent a9ea530116
commit 0f594fac96
@@ -11,6 +11,7 @@
pre-commit,
pyright,
pytest,
pytestCheckHook,
pyyaml,
setuptools,
setuptools-scm,
@@ -68,8 +69,12 @@ buildPythonPackage rec {
yaml = [ pyyaml ];
};
# Requires libasan to be accessible
doCheck = false;
nativeCheckInputs = [
pytestCheckHook
];
# `tests/typing` runs type checkers
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "msgspec" ];