Merge pull request #69678 from jonringer/fix-lammps

python3Packages.lammps-cython: fix tests
This commit is contained in:
Mario Rodas 2019-09-28 10:23:20 -05:00 committed by GitHub
commit 8f039a89d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
, pymatgen
, ase
, pytestrunner
, pytest
, pytest_4
, pytestcov
, isPy3k
, openssh
@ -26,7 +26,7 @@ buildPythonPackage rec {
};
buildInputs = [ cython pytestrunner ];
checkInputs = [ pytest pytestcov openssh ];
checkInputs = [ pytest_4 pytestcov openssh ];
propagatedBuildInputs = [ mpi4py pymatgen ase numpy ];
preBuild = ''