pythonPackages.lammps-cython: remove not executed tests
This commit is contained in:
parent
29300a43f6
commit
1da63c109f
@ -9,10 +9,7 @@
|
|||||||
, pymatgen
|
, pymatgen
|
||||||
, ase
|
, ase
|
||||||
, pytestrunner
|
, pytestrunner
|
||||||
, pytest_4
|
|
||||||
, pytestcov
|
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, openssh
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -26,7 +23,6 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cython pytestrunner ];
|
buildInputs = [ cython pytestrunner ];
|
||||||
checkInputs = [ pytest_4 pytestcov openssh ];
|
|
||||||
propagatedBuildInputs = [ mpi4py pymatgen ase numpy ];
|
propagatedBuildInputs = [ mpi4py pymatgen ase numpy ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
@ -44,6 +40,8 @@ buildPythonPackage rec {
|
|||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "lammps" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Pythonic Wrapper to LAMMPS using cython";
|
description = "Pythonic Wrapper to LAMMPS using cython";
|
||||||
homepage = "https://gitlab.com/costrouc/lammps-cython";
|
homepage = "https://gitlab.com/costrouc/lammps-cython";
|
||||||
|
Loading…
Reference in New Issue
Block a user