python3Packages.deepdiff: provide pytz for tests

and bring them in alphabetical order.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:55 +01:00
parent e1c240c003
commit 2a31372cb9
@@ -18,12 +18,13 @@
# tests
jsonpickle,
numpy,
pandas,
polars,
pydantic,
pytestCheckHook,
python-dateutil,
pydantic,
pytz,
tomli-w,
polars,
pandas,
uuid6,
}:
@@ -60,12 +61,13 @@ buildPythonPackage rec {
nativeCheckInputs = [
jsonpickle
numpy
pandas
polars
pydantic
pytestCheckHook
python-dateutil
pydantic
pytz
tomli-w
polars
pandas
uuid6
]
++ lib.concatAttrValues optional-dependencies;