python3Packages.msgspec: enable tests
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user