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