diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-05 08:33:40 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-05 08:33:40 -0500 |
commit | 4d17e297b64075dc181d474e79a8f6a38d32cbd8 (patch) | |
tree | 477fe91c5042241da61e6370fc3d0cbc59f04406 | |
parent | 1ecf86eecfe6043d20a1869b71b50b478f6fd829 (diff) | |
download | python-coveragepy-git-4d17e297b64075dc181d474e79a8f6a38d32cbd8.tar.gz |
Pin pyparsing==2.4.2 because 2.4.3 breaks PyContracts
-rw-r--r-- | requirements/pytest.pip | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 2ad9fb70..541f0b61 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -11,6 +11,10 @@ mock==3.0.5 PyContracts==1.8.12 hypothesis==4.41.2 +# Pin pyparsing because 2.4.3 breaks PyContracts: +# https://github.com/pyparsing/pyparsing/issues/161 +pyparsing==2.4.2 + # Our testing mixins unittest-mixins==1.6 #-e/Users/ned/unittest_mixins |