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/pytest.pip | |
| parent | 20ce77515dc3183a33f86adbaa2a82fd8f52bbed (diff) | |
| download | python-coveragepy-git-b90db9580f2a70c83bc224a6867c40a06e4c0aa0.tar.gz | |
Test on Python 3.9
Diffstat (limited to 'requirements/pytest.pip')
| -rw-r--r-- | requirements/pytest.pip | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
