diff options
author | James E. Blair <jeblair@redhat.com> | 2018-10-24 11:18:17 -0700 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2018-10-24 11:18:17 -0700 |
commit | b27757c2746c62ecefadd5fc457b3414d14c66ae (patch) | |
tree | 6f771dfc2dc9981bdd3052e71f52ab78a9e2ee32 /test-requirements.txt | |
parent | 4c5caf78a28cc9515c2d70bf170997e23e08e1ea (diff) | |
download | zuul-b27757c2746c62ecefadd5fc457b3414d14c66ae.tar.gz |
Pin flake8
A new release behaves... differently.
Change-Id: Ia9fb2986f84942c7ea961366c1f5891409b420dc
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 2aad38abd..3c45caecf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -flake8 +flake8<3.6.0 coverage>=3.6 sphinx>=1.6.1 |