From c5bbefb0d813ccaa2472dd07ddd86a125a1d0170 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Wed, 5 Jun 2024 11:00:10 -0700 Subject: [PATCH] python311Packages.pytest-annotate: unbreak on Darwin --- pkgs/development/python-modules/pytest-annotate/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-annotate/default.nix b/pkgs/development/python-modules/pytest-annotate/default.nix index a7802b2cb716..0064ba62fc71 100644 --- a/pkgs/development/python-modules/pytest-annotate/default.nix +++ b/pkgs/development/python-modules/pytest-annotate/default.nix @@ -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;