diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-12-23 21:42:09 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-12-23 21:42:09 -0500 |
commit | e0864cf6151b03b646893e8a916a6883377f9da7 (patch) | |
tree | 4bd20eebf9523dabb5ae0c7e6e9af543e0b94df1 | |
parent | d82feb07272eb911e26f703d3f0dcb698c1ff6eb (diff) | |
download | python-coveragepy-git-e0864cf6151b03b646893e8a916a6883377f9da7.tar.gz |
Update testing requirements
-rw-r--r-- | doc/requirements.pip | 6 | ||||
-rw-r--r-- | requirements/ci.pip | 2 | ||||
-rw-r--r-- | requirements/dev.pip | 4 | ||||
-rw-r--r-- | requirements/pytest.pip | 4 | ||||
-rw-r--r-- | requirements/tox.pip | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index e0a67a07..742302a7 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -2,9 +2,9 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ -pyenchant==1.6.11 -sphinx==1.6.3 -sphinxcontrib-spelling==2.3.0 +pyenchant==2.0.0 +sphinx==1.6.5 +sphinxcontrib-spelling==4.0.1 sphinx_rtd_theme==0.2.4 # A version of doc8 with a -q flag. diff --git a/requirements/ci.pip b/requirements/ci.pip index d22e46f8..12e9c698 100644 --- a/requirements/ci.pip +++ b/requirements/ci.pip @@ -5,4 +5,4 @@ -r tox.pip -r pytest.pip -r wheel.pip -tox-travis==0.8 +tox-travis==0.10 diff --git a/requirements/dev.pip b/requirements/dev.pip index 67999c23..dd7ec20e 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -11,8 +11,8 @@ # for linting. greenlet==0.4.12 mock==2.0.0 -PyContracts==1.7.15 -pyenchant==1.6.11 +PyContracts==1.8.0 +pyenchant==2.0.0 pylint==1.8.1 unittest-mixins==1.4 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index c97401ca..be4ce16d 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -2,6 +2,6 @@ # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt # The pytest specifics used by coverage.py -pytest==3.2.2 -pytest-xdist==1.20.0 +pytest==3.3.1 +pytest-xdist==1.20.1 flaky==3.4.0 diff --git a/requirements/tox.pip b/requirements/tox.pip index a74bbc9b..b57aa388 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,4 +1,4 @@ # The version of tox used by coverage.py -tox==2.8.2 +tox==2.9.1 # Adds env recreation on requirements file changes. tox-battery==0.5 @@ -16,7 +16,7 @@ deps = # setuptools>=36 vendors packages which pollute the coverage output in tests setuptools==35.0.2 mock==2.0.0 - PyContracts==1.7.15 + PyContracts==1.8.0 unittest-mixins==1.4 #-e/Users/ned/unittest_mixins py26: unittest2==1.1.0 |