mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
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 {
|
||||
version = "2.3.2";
|
||||
pname = "opt_einsum";
|
||||
@ -9,9 +10,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
pytest
|
||||
pytestpep8
|
||||
pytestcov
|
||||
pytest_4
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user