From abf07f6598b1695f30d7463997817190fb5478cb Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 26 Jan 2019 17:06:35 -0500 Subject: Pin pip to <19 until a more permanent solution can be devised. Ref #1644. --- tests/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.1