diff options
-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 443625f83..91687530f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ coverage>=3.6 mock>=1.2 mox>=0.5.3 mox3>=0.7.0 -PyMySQL>=0.6.2 # MIT License +PyMySQL!=0.7.7,>=0.6.2 # MIT License oslosphinx>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 paramiko>=1.13.0 |