From 15f40cd57643d7cf9477cba206ff1de69022076c Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Fri, 17 Jun 2016 14:39:21 -0700 Subject: [PATCH] Pin flake8 and ignore F405 --- tests/integration/requirements.txt | 2 +- tests/integration/tox.ini | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index afcbb445..a0f056b1 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -1,4 +1,4 @@ cattle==0.5.1 -flake8 +flake8==2.6.0 pytest==2.3.5 diff --git a/tests/integration/tox.ini b/tests/integration/tox.ini index f2e08ca6..40e4565e 100644 --- a/tests/integration/tox.ini +++ b/tests/integration/tox.ini @@ -15,3 +15,6 @@ commands=flake8 cattletest url=http://localhost:8080/v1/schemas # access-key=FC77A71698410CDFEFD2 # secret-key=8uzZ2dJFeFodK1QWFWS2XwQh8RsRfquwaxsH9DRW + +[flake8] +ignore = F405