diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-20 19:52:37 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-25 15:54:39 -0500 |
| commit | b90db9580f2a70c83bc224a6867c40a06e4c0aa0 (patch) | |
| tree | 3762dabc7ce6f33e37473e166f01784f90ed8b03 /requirements | |
| parent | 20ce77515dc3183a33f86adbaa2a82fd8f52bbed (diff) | |
| download | python-coveragepy-git-b90db9580f2a70c83bc224a6867c40a06e4c0aa0.tar.gz | |
Test on Python 3.9
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 |
