diff options
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r-- | requirements/pytest.pip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 9ad471d4..c97401ca 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.1.3 -pytest-xdist==1.18.1 +pytest==3.2.2 +pytest-xdist==1.20.0 flaky==3.4.0 |