pythonPackages.opt-einsum: fix build
This commit is contained in:
parent
02648a6cc1
commit
6524733382
@ -1,4 +1,5 @@
|
|||||||
{ buildPythonPackage, fetchPypi, lib, numpy, pytest, pytestpep8, pytestcov }:
|
{ buildPythonPackage, fetchPypi, lib, numpy, pytest_4 }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.3.2";
|
version = "2.3.2";
|
||||||
pname = "opt_einsum";
|
pname = "opt_einsum";
|
||||||
@ -9,9 +10,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytest
|
pytest_4
|
||||||
pytestpep8
|
|
||||||
pytestcov
|
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user