diff options
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/dev.pip | 2 | ||||
| -rw-r--r-- | requirements/pytest.pip | 4 | ||||
| -rw-r--r-- | requirements/tox.pip | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 2965a67b..3fe10954 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -5,7 +5,7 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ pip==19.3.1 -virtualenv==16.7.6 +virtualenv==16.7.8 pluggy==0.13.0 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 2ad9fb70..3b549974 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -8,7 +8,9 @@ pytest==4.6.6 pytest-xdist==1.30.0 flaky==3.6.1 mock==3.0.5 -PyContracts==1.8.12 +# Use a fork of PyContracts that supports Python 3.9 +#PyContracts==1.8.12 +git+https://github.com/slorg1/contracts@collections_and_validator hypothesis==4.41.2 # Our testing mixins diff --git a/requirements/tox.pip b/requirements/tox.pip index c81173de..8dfcc669 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.14.0 +tox==3.14.1 # Adds env recreation on requirements file changes. tox-battery==0.5.1 |
