Skip to content

Commit f12fcc5

Browse files
committed
Upgrade testing tools
1 parent 8051d36 commit f12fcc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/pytest.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# The pytest specifics used by coverage.py
55

6-
pytest==3.7.1
6+
pytest==3.8.0
77
pluggy>=0.7 # pytest needs this, but pip doesn't understand
8-
pytest-xdist==1.22.5
8+
pytest-xdist==1.23.0
99
flaky==3.4.0
1010
mock==2.0.0
1111
PyContracts==1.8.3

requirements/tox.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# The version of tox used by coverage.py
2-
tox==3.1.3
2+
tox==3.2.1
33
# Adds env recreation on requirements file changes.
44
tox-battery==0.5.1

0 commit comments

Comments
 (0)