summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/requirements.txt2
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"