summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-11 16:06:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-11 16:06:00 -0400
commitf2a778b3aa18de0bd43b1ba1a144d16faa53b8a2 (patch)
tree6b78e22c1f5a2e827bba40a33bd642c1e7b38f63 /requirements
parent1a27df4c768e5a183ddd0f890d139996ffc52778 (diff)
downloadpython-coveragepy-git-f2a778b3aa18de0bd43b1ba1a144d16faa53b8a2.tar.gz
Improve doc tooling
Diffstat (limited to 'requirements')
-rw-r--r--requirements/dev.pip4
-rw-r--r--requirements/pytest.pip1
-rw-r--r--requirements/tox.pip2
3 files changed, 4 insertions, 3 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 9b92d20a..2010dcc0 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -4,9 +4,11 @@
# Requirements for doing local development work on coverage.py.
# https://requires.io/github/nedbat/coveragepy/requirements/
-pip==19.1.1
+pip==19.2.1
virtualenv==16.5.0
+pluggy==0.12.0
+
# PyPI requirements for running tests.
-r tox.pip
-r pytest.pip
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 3c582310..30799efa 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -4,7 +4,6 @@
# The pytest specifics used by coverage.py
pytest==4.6.2
-pluggy>=0.7 # pytest needs this, but pip doesn't understand
pytest-xdist==1.28.0
flaky==3.5.3
mock==3.0.5
diff --git a/requirements/tox.pip b/requirements/tox.pip
index e4ff4031..6eb32612 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -2,6 +2,6 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# The version of tox used by coverage.py
-tox==3.9.0
+tox==3.13.2
# Adds env recreation on requirements file changes.
tox-battery==0.5.1