mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
python3Packages.ical: Pass py into checkInputs
This commit is contained in:
parent
d5c2dae977
commit
ff9f36a499
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user