mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python3Packages.lammps-cython: fix tests
This commit is contained in:
parent
8706d9c4a3
commit
2aaea01b2b
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user