From 45eaed41b18d6d15471804c95b92a3c4458e800b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 7 May 2021 19:42:50 +0200 Subject: [PATCH] python3Packages.pytest-annotate: mark as broken Incompatible with pytest 6 and no changes since 2019. --- pkgs/development/python-modules/pytest-annotate/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pytest-annotate/default.nix b/pkgs/development/python-modules/pytest-annotate/default.nix index 68b67f061bb..22b57f9e770 100644 --- a/pkgs/development/python-modules/pytest-annotate/default.nix +++ b/pkgs/development/python-modules/pytest-annotate/default.nix @@ -31,6 +31,7 @@ buildPythonPackage rec { doCheck = false; meta = with lib; { + broken = true; # unmaintained and incompatible with pytest>=6.0 homepage = "https://github.com/kensho-technologies/pytest-annotate"; description = "Generate PyAnnotate annotations from your pytest tests"; license = licenses.asl20;