pythonPackages.opt-einsum: fix build

This commit is contained in:
Jonathan Ringer 2019-09-28 21:44:23 -07:00 committed by Frederik Rietdijk
parent 02648a6cc1
commit 6524733382

View File

@ -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 = ''