python3Packages.pypytools: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2023-01-01 18:53:56 +01:00
parent c3bf8d1f5b
commit fca5b85c63

View file

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