Merge pull request #106579 from drewrisinger/dr-pr-remove-pytest-pep8

python27Packages.pytestpep8: remove due to pytest v6 incompatibility
This commit is contained in:
Gabriel Ebner
2020-12-13 16:51:36 +01:00
committed by GitHub
19 changed files with 44 additions and 75 deletions
+1 -1
View File
@@ -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 { };