Merge pull request #69678 from jonringer/fix-lammps
python3Packages.lammps-cython: fix tests
This commit is contained in:
commit
8f039a89d7
@ -9,7 +9,7 @@
|
|||||||
, pymatgen
|
, pymatgen
|
||||||
, ase
|
, ase
|
||||||
, pytestrunner
|
, pytestrunner
|
||||||
, pytest
|
, pytest_4
|
||||||
, pytestcov
|
, pytestcov
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, openssh
|
, openssh
|
||||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cython pytestrunner ];
|
buildInputs = [ cython pytestrunner ];
|
||||||
checkInputs = [ pytest pytestcov openssh ];
|
checkInputs = [ pytest_4 pytestcov openssh ];
|
||||||
propagatedBuildInputs = [ mpi4py pymatgen ase numpy ];
|
propagatedBuildInputs = [ mpi4py pymatgen ase numpy ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user