]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Tests: Update pytest and pytest-cov 635/head
authorMiro Hrončok <miro@hroncok.cz>
Thu, 14 Mar 2019 19:24:23 +0000 (20:24 +0100)
committerMiro Hrončok <miro@hroncok.cz>
Thu, 14 Mar 2019 21:55:22 +0000 (22:55 +0100)
.ci/appveyor.yml
.travis.yml
tox.ini

index d4135e0800fad3c419e23e8912b96244a23da496..eb9ba8656baba9d3bc5b7ac7021135dc49715d4a 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==3.3.2 pytest-cov==2.5.1 codecov freezegun==0.3.11"
+  - "pip install --upgrade pytest==4.3.1 pytest-cov==2.6.1 codecov freezegun==0.3.11"
   - "pip install --editable ."
   - "python setup.py import_cldr"
 
index c9c0a9b7bb4430e7138610cccc0661645b38bb52..9fad4fc30de9a023250d500dbbec06e22bb0a2ce 100644 (file)
@@ -38,7 +38,7 @@ matrix:
 install:
   - bash .ci/deps.${TRAVIS_OS_NAME}.sh
   - pip install --upgrade pip
-  - pip install --upgrade $CDECIMAL pytest==3.3.2 pytest-cov==2.5.1 freezegun==0.3.11
+  - pip install --upgrade $CDECIMAL pytest==4.3.1 pytest-cov==2.6.1 freezegun==0.3.11
   - pip install --editable .
 
 script:
diff --git a/tox.ini b/tox.ini
index 87a53f0f94dbe030036e1fd731bd421cf19a65c4..b3f8041f4dc92263f3e03c06cbc30f122c76143e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -3,8 +3,8 @@ envlist = py27, pypy, py34, py35, py36, py37, pypy3, py27-cdecimal
 
 [testenv]
 deps =
-    pytest==3.3.2
-    pytest-cov==2.5.1
+    pytest==4.3.1
+    pytest-cov==2.6.1
     cdecimal: m3-cdecimal
     freezegun==0.3.11
 whitelist_externals = make