Merge pull request #240016 from SuperSandro2000/pypy-babel

pypy3Packages.babel: fix build
This commit is contained in:
Sandro
2023-07-11 00:09:22 +02:00
committed by GitHub
@@ -1,8 +1,10 @@
{ lib
, buildPythonPackage
, fetchPypi
, isPyPy
, pythonAtLeast
, pythonOlder
, tzdata
# tests
, freezegun
@@ -31,11 +33,12 @@ buildPythonPackage rec {
doCheck = pythonAtLeast "3.9";
nativeCheckInputs = [
# via setup.py
freezegun
pytestCheckHook
# via tox.ini
# https://github.com/python-babel/babel/issues/988#issuecomment-1521765563
pytz
] ++ lib.optionals isPyPy [
tzdata
];
disabledTests = [