python311Packages.pytest-annotate: unbreak on Darwin
This commit is contained in:
parent
e6615377bc
commit
c5bbefb0d8
@ -1,6 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pyannotate,
|
||||
@ -32,7 +31,6 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "pytest_annotate" ];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Generate PyAnnotate annotations from your pytest tests";
|
||||
homepage = "https://github.com/kensho-technologies/pytest-annotate";
|
||||
license = licenses.asl20;
|
||||
|
Loading…
Reference in New Issue
Block a user