python3Packages.pytest-annotate: mark as broken

Incompatible with pytest 6 and no changes since 2019.
This commit is contained in:
Martin Weinelt 2021-05-07 19:42:50 +02:00 committed by Jonathan Ringer
parent 62ca25f181
commit 45eaed41b1

View file

@ -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;