From d86e111ddf74135a50eebf7ae2fe91afa079d21b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 26 Oct 2017 13:45:18 +0200 Subject: [PATCH] let hacking install its dependencies hacking pulls in the right versions of flake8, mccabe, pep8 and pyflakes already, listing them explicitely is unnecessary and can cause mismatches. Change-Id: Id44c90ddd4a8a2204fd7ce600097bafbc9469993 --- test-requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 43d5041d..c63abcf3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,9 +4,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -flake8<2.6.0,>=2.5.4 # MIT -pep8==1.5.7 # MIT -pyflakes==0.8.1 # MIT python-subunit>=1.0.0 # Apache-2.0/BSD sphinx>=1.6.2 # BSD testrepository>=0.0.18 # Apache-2.0/BSD