Merge pull request #240016 from SuperSandro2000/pypy-babel
pypy3Packages.babel: fix build
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user