summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-06 20:23:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-09-06 20:23:44 -0400
commitf12fcc57542ada16ae24fefea7d34d82b9302a03 (patch)
treed7e35fee1260b33a5a75b5355ee1e4076f9da21c
parent8051d361f8d0684028b6dc71196fc941dd24ddb6 (diff)
downloadpython-coveragepy-git-f12fcc57542ada16ae24fefea7d34d82b9302a03.tar.gz
Upgrade testing tools
-rw-r--r--requirements/pytest.pip4
-rw-r--r--requirements/tox.pip2
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 139c6479..a946a59a 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -3,9 +3,9 @@
# The pytest specifics used by coverage.py
-pytest==3.7.1
+pytest==3.8.0
pluggy>=0.7 # pytest needs this, but pip doesn't understand
-pytest-xdist==1.22.5
+pytest-xdist==1.23.0
flaky==3.4.0
mock==2.0.0
PyContracts==1.8.3
diff --git a/requirements/tox.pip b/requirements/tox.pip
index a84d77e9..07d889e6 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -1,4 +1,4 @@
# The version of tox used by coverage.py
-tox==3.1.3
+tox==3.2.1
# Adds env recreation on requirements file changes.
tox-battery==0.5.1