From a0b2da31160a16d13d39873b5de82f3550b17bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 27 Nov 2022 16:35:28 -0800 Subject: [PATCH] python310Packages.pytest-flake8: mark broken It is incompatible with flake8 6.0.0 and currently unmaintained: https://github.com/tholo/pytest-flake8/issues/91 --- pkgs/development/python-modules/pytest-flake8/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pytest-flake8/default.nix b/pkgs/development/python-modules/pytest-flake8/default.nix index d6da25139893..241678142865 100644 --- a/pkgs/development/python-modules/pytest-flake8/default.nix +++ b/pkgs/development/python-modules/pytest-flake8/default.nix @@ -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"; }; }