diff options
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r-- | requirements/pytest.pip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip index fb45bab2..6ec37a72 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,12 +3,12 @@ # The pytest specifics used by coverage.py -pytest==3.10.1 +pytest==4.0.2 pluggy>=0.7 # pytest needs this, but pip doesn't understand -pytest-xdist==1.24.1 +pytest-xdist==1.25.0 flaky==3.4.0 mock==2.0.0 -PyContracts==1.8.6 +PyContracts==1.8.7 # Our testing mixins unittest-mixins==1.6 |