python3Packages.pypytools: Pass py into checkInputs

This commit is contained in:
Martin Weinelt
2023-01-05 13:20:46 +01:00
parent c3bf8d1f5b
commit fca5b85c63
@@ -28,6 +28,7 @@ buildPythonPackage rec {
checkInputs = [
freezegun
numpy
py
pytestCheckHook
];