python3Packages.cons: Pass py into checkInputs
This commit is contained in:
parent
be2dded1f0
commit
9fa4837c24
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, logical-unification
|
||||
, py
|
||||
, pytestCheckHook
|
||||
, pytest-html
|
||||
}:
|
||||
@ -22,6 +23,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
py
|
||||
pytestCheckHook
|
||||
pytest-html
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user