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, pythonOlder
|
||||
, tatsu, arrow
|
||||
, pytestCheckHook, pytestpep8, pytest-flakes
|
||||
, pytestCheckHook, pytest-flakes
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
--replace "arrow>=0.11,<0.15" "arrow"
|
||||
'';
|
||||
|
||||
checkInputs = [ pytestCheckHook pytestpep8 pytest-flakes ];
|
||||
checkInputs = [ pytestCheckHook pytest-flakes ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Pythonic and easy iCalendar library (RFC 5545)";
|
||||
|
||||
Reference in New Issue
Block a user