python311Packages.pytest-annotate: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-05 11:00:10 -07:00
parent e6615377bc
commit c5bbefb0d8

View File

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