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:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, buildPythonPackage, fetchFromGitHub
|
||||
, requests, requests_oauthlib, six
|
||||
, pytest, pytestpep8, pytestcache, pytestcov, responses, mock
|
||||
, pytest, pytestcache, pytestcov, responses, mock
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
sha256 = "120snnsh9n5svfwkyj1w9jrxf99jnqm0jk282yypd3lpyca1l9hj";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest pytestpep8 pytestcache pytestcov responses mock ];
|
||||
checkInputs = [ pytest pytestcache pytestcov responses mock ];
|
||||
|
||||
propagatedBuildInputs = [ requests requests_oauthlib six ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user