python310Packages.pytest-flake8: mark broken

It is incompatible with flake8 6.0.0 and currently unmaintained:
https://github.com/tholo/pytest-flake8/issues/91
This commit is contained in:
Robert Schütz 2022-11-27 16:35:28 -08:00 committed by Robert Schütz
parent b3590bf498
commit a0b2da3116

View File

@ -42,5 +42,6 @@ buildPythonPackage rec {
homepage = "https://github.com/tholo/pytest-flake8";
maintainers = with lib.maintainers; [ jluttine ];
license = lib.licenses.bsd2;
broken = lib.versionAtLeast flake8.version "6.0.0";
};
}