From 5f3a435c14df11dd7a659eb58ec2e602f56c7d95 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 7 Dec 2018 14:59:51 -0800 Subject: [PATCH] Cap mypy The 0.650 release appears to dislike our use of pyyaml. Change-Id: I4ac0029b9b84d523ad5a09293886d3b7a83a3175 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index d3b07b7d8a..8d19719062 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