diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-26 17:06:35 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-26 17:06:35 -0500 |
commit | abf07f6598b1695f30d7463997817190fb5478cb (patch) | |
tree | 8f40c96d0ace903c4174bd5302891e04722d245f | |
parent | f8b9c426b4b3bd074ecfac71026af23a8a41b0dc (diff) | |
download | python-setuptools-git-bugfix/downgrade-pip-redux.tar.gz |
Pin pip to <19 until a more permanent solution can be devised. Ref #1644.bugfix/downgrade-pip-redux
-rw-r--r-- | tests/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt index d301168a..34cb3efd 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,5 @@ +# workaround for #1644 +pip<19 mock pytest-flake8; python_version!="3.4" pytest-flake8<=1.0.0; python_version=="3.4" |