python3Packages.pytest-annotate: mark as broken
Incompatible with pytest 6 and no changes since 2019.
This commit is contained in:
parent
62ca25f181
commit
45eaed41b1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue