mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
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:
parent
b3590bf498
commit
a0b2da3116
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user