Skip to content

Commit

Permalink
python310Packages.pytest-flake8: mark broken
Browse files Browse the repository at this point in the history
It is incompatible with flake8 6.0.0 and currently unmaintained:
tholo/pytest-flake8#91
  • Loading branch information
dotlambda committed Dec 10, 2022
1 parent b3590bf commit a0b2da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pytest-flake8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit a0b2da3

Please sign in to comment.