]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Upgrade freezegun to fix CI failures
authorAarni Koskela <akx@iki.fi>
Tue, 31 Dec 2019 08:13:37 +0000 (10:13 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 31 Dec 2019 08:54:36 +0000 (10:54 +0200)
.ci/appveyor.yml
.travis.yml
tox.ini

index eb9ba8656baba9d3bc5b7ac7021135dc49715d4a..91758f415ff030244a0bbd6539bf7e0f3ce5d2ff 100644 (file)
@@ -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"
 
index 1749139527e9a929b5073bc8b5a3509ea298f03d..9564d4c65c2514898bbef93a3707507096ef5871 100644 (file)
@@ -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 b3f8041f4dc92263f3e03c06cbc30f122c76143e..eccffea9476756b4a94391c027cace8817e2c128 100644 (file)
--- 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