python3Packages.devpi: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2022-12-30 17:24:26 +01:00
parent cc00c2949b
commit 86a151563d

View File

@ -26,6 +26,7 @@ buildPythonPackage rec {
];
checkInputs = [
py
pytestCheckHook
];