From 1476f6c3aac6e6cc62b66f4313c7e0e8eddf4a1b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 25 Oct 2017 08:05:04 +0200 Subject: [PATCH] Remove pep8 from test-requirements.txt flake8 already pulls it in, and listing it separately can only produce conflicts. Also, pep8 was renamed to pycodestyle a couple of years ago. Change-Id: I5b9f99af60df753a2860eb083b9e763de8eeccf4 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f7e96e2..01da2c3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,4 +2,3 @@ nose mock unittest2 flake8 -pep8==1.5.7