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
, cons
, multipledispatch
, py
, pytestCheckHook
, pytest-html
}:
@ -24,6 +25,7 @@ buildPythonPackage rec {
];
checkInputs = [
py
pytestCheckHook
pytest-html
];