treewide: remove dead pytestpep8 references
pytestpep8 was removed in 25c9946f95.
This removes pytestpep8 in the rest of the tree, where it was hardly
used.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
, pytestcov
|
||||
, covCore
|
||||
, pytest-flakes
|
||||
, pytestpep8
|
||||
, sphinx
|
||||
, mock
|
||||
, chalice
|
||||
@@ -35,7 +34,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ httplib2 oauth oauth2 semantic-version ];
|
||||
checkInputs = [
|
||||
flask httpretty oauthlib pyflakes pytest pytestcache pytestcov covCore
|
||||
pytest-flakes pytestpep8 sphinx mock chalice
|
||||
pytest-flakes sphinx mock chalice
|
||||
];
|
||||
|
||||
src = fetchPypi {
|
||||
|
||||
Reference in New Issue
Block a user