python3Packages.devpi: Pass py into checkInputs

This commit is contained in:
Martin Weinelt
2023-01-05 01:08:49 +01:00
parent cc00c2949b
commit 86a151563d
@@ -26,6 +26,7 @@ buildPythonPackage rec {
];
checkInputs = [
py
pytestCheckHook
];