Skip to content

Commit

Permalink
python3Packages.pytest-annotate: mark as broken
Browse files Browse the repository at this point in the history
Incompatible with pytest 6 and no changes since 2019.
  • Loading branch information
mweinelt authored and Jonathan Ringer committed May 7, 2021
1 parent 62ca25f commit 45eaed4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 45eaed4

Please sign in to comment.