summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2018-12-07 14:59:51 -0800
committerJames E. Blair <jeblair@redhat.com>2018-12-07 15:00:17 -0800
commit5f3a435c14df11dd7a659eb58ec2e602f56c7d95 (patch)
treecb3533513dde6a8d783b9619738821d8de948a1b /test-requirements.txt
parent7aefaf8a06f16f329ef1679c3c6f8386d6b6958b (diff)
downloadzuul-5f3a435c14df11dd7a659eb58ec2e602f56c7d95.tar.gz
Cap mypy
The 0.650 release appears to dislike our use of pyyaml. Change-Id: I4ac0029b9b84d523ad5a09293886d3b7a83a3175
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index d3b07b7d8..8d1971906 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,5 +6,5 @@ stestr>=1.0.0 # Apache-2.0
testtools>=0.9.32
PyMySQL
psycopg2-binary
-mypy
+mypy<0.650
beautifulsoup4