python3Packages.parsnip: enable tests

This commit is contained in:
Fabian Affolter
2026-06-12 09:55:58 +03:00
committed by Doron Behar
parent c52c4650a5
commit dcd2c2674e
@@ -5,6 +5,12 @@
setuptools,
more-itertools,
numpy,
ase,
gemmi,
pycifrw,
pytest-doctestplus,
pytestCheckHook,
sympy,
}:
buildPythonPackage (finalAttrs: {
@@ -30,10 +36,24 @@ buildPythonPackage (finalAttrs: {
numpy
];
nativeCheckInputs = [
ase
gemmi
pycifrw
pytest-doctestplus
pytestCheckHook
sympy
];
pythonImportsCheck = [
"parsnip"
];
disabledTestPaths = [
# Don't test docs
"doc/source/"
];
meta = {
description = "Lightweight, performant library for parsing CIF files in Python";
homepage = "https://github.com/glotzerlab/parsnip";