From b17c3a5bea673b60cb3bd1d4cda29ac04879b3c1 Mon Sep 17 00:00:00 2001 From: Kirill Radzikhovskyy Date: Wed, 14 Jun 2023 19:01:32 +1000 Subject: [PATCH] python3Packages.pytest-annotate unmark broken aarch64-linux --- pkgs/development/python-modules/pytest-annotate/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytest-annotate/default.nix b/pkgs/development/python-modules/pytest-annotate/default.nix index d73e3b8f8e6a..c431ba0ed75f 100644 --- a/pkgs/development/python-modules/pytest-annotate/default.nix +++ b/pkgs/development/python-modules/pytest-annotate/default.nix @@ -37,7 +37,7 @@ buildPythonPackage rec { ]; meta = with lib; { - broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; + broken = stdenv.isDarwin; description = "Generate PyAnnotate annotations from your pytest tests"; homepage = "https://github.com/kensho-technologies/pytest-annotate"; license = licenses.asl20;