From: Miro HronĨok Date: Thu, 14 Mar 2019 19:24:23 +0000 (+0100) Subject: Tests: Update pytest and pytest-cov X-Git-Tag: v2.7.0~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F635%2Fhead;p=thirdparty%2Fbabel.git Tests: Update pytest and pytest-cov --- diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml index d4135e08..eb9ba865 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==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" diff --git a/.travis.yml b/.travis.yml index c9c0a9b7..9fad4fc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 87a53f0f..b3f8041f 100644 --- 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