python3Packages.ical: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2023-01-03 01:25:28 +01:00
parent d5c2dae977
commit ff9f36a499

View file

@ -5,6 +5,7 @@
, fetchFromGitHub
, freezegun
, tzdata
, py
, pyparsing
, pydantic
, pytest-asyncio
@ -38,6 +39,7 @@ buildPythonPackage rec {
checkInputs = [
freezegun
py
pytest-asyncio
pytest-benchmark
pytest-golden