diff options
author | James E. Blair <jeblair@redhat.com> | 2018-12-07 14:59:51 -0800 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2018-12-07 15:00:17 -0800 |
commit | 5f3a435c14df11dd7a659eb58ec2e602f56c7d95 (patch) | |
tree | cb3533513dde6a8d783b9619738821d8de948a1b /test-requirements.txt | |
parent | 7aefaf8a06f16f329ef1679c3c6f8386d6b6958b (diff) | |
download | zuul-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.txt | 2 |
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 |