python3Packages.etuples: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2023-01-03 16:07:06 +01:00
parent 9fa4837c24
commit 70bc1fbeb7

View file

@ -3,6 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, cons , cons
, multipledispatch , multipledispatch
, py
, pytestCheckHook , pytestCheckHook
, pytest-html , pytest-html
}: }:
@ -24,6 +25,7 @@ buildPythonPackage rec {
]; ];
checkInputs = [ checkInputs = [
py
pytestCheckHook pytestCheckHook
pytest-html pytest-html
]; ];