python3Packages.pytest-describe: Pass py into checkInputs

This commit is contained in:
Martin Weinelt
2023-01-05 13:20:44 +01:00
parent 96649b6927
commit 98584cba44
@@ -6,6 +6,7 @@
, pytest
# tests
, py
, pytestCheckHook
}:
@@ -27,6 +28,7 @@ buildPythonPackage {
];
checkInputs = [
py
pytestCheckHook
];