From: Aarni Koskela Date: Tue, 31 Dec 2019 08:13:37 +0000 (+0200) Subject: Upgrade freezegun to fix CI failures X-Git-Tag: v2.8.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472a3174a7abc314345a914dde6fa2031018d4c4;p=thirdparty%2Fbabel.git Upgrade freezegun to fix CI failures --- diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml index eb9ba865..91758f41 100644 --- a/.ci/appveyor.yml +++ b/.ci/appveyor.yml @@ -27,7 +27,7 @@ install: - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" # Build data files - - "pip install --upgrade pytest==4.3.1 pytest-cov==2.6.1 codecov freezegun==0.3.11" + - "pip install --upgrade pytest==4.3.1 pytest-cov==2.6.1 codecov freezegun==0.3.12" - "pip install --editable ." - "python setup.py import_cldr" diff --git a/.travis.yml b/.travis.yml index 17491395..9564d4c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ matrix: install: - bash .ci/deps.${TRAVIS_OS_NAME}.sh - pip install --upgrade pip - - pip install --upgrade $CDECIMAL pytest==4.3.1 pytest-cov==2.6.1 freezegun==0.3.11 + - pip install --upgrade $CDECIMAL pytest==4.3.1 pytest-cov==2.6.1 freezegun==0.3.12 - pip install --editable . script: diff --git a/tox.ini b/tox.ini index b3f8041f..eccffea9 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ deps = pytest==4.3.1 pytest-cov==2.6.1 cdecimal: m3-cdecimal - freezegun==0.3.11 + freezegun==0.3.12 whitelist_externals = make commands = make clean-cldr test passenv = PYTHON_TEST_FLAGS