python3Packages.cons: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2023-01-03 16:06:17 +01:00
parent be2dded1f0
commit 9fa4837c24

View file

@ -2,6 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, logical-unification , logical-unification
, py
, pytestCheckHook , pytestCheckHook
, pytest-html , pytest-html
}: }:
@ -22,6 +23,7 @@ buildPythonPackage rec {
]; ];
checkInputs = [ checkInputs = [
py
pytestCheckHook pytestCheckHook
pytest-html pytest-html
]; ];