Merge pull request #106579 from drewrisinger/dr-pr-remove-pytest-pep8
python27Packages.pytestpep8: remove due to pytest v6 incompatibility
This commit is contained in:
@@ -5820,7 +5820,7 @@ in {
|
||||
|
||||
pytest-pep257 = callPackage ../development/python-modules/pytest-pep257 { };
|
||||
|
||||
pytestpep8 = callPackage ../development/python-modules/pytest-pep8 { };
|
||||
pytestpep8 = throw "pytestpep8 was removed because it is abandoned and no longer compatible with pytest v6.0"; # added 2020-12-10
|
||||
|
||||
pytest-pylint = callPackage ../development/python-modules/pytest-pylint { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user