Merge pull request #237710 from kirillrdy/pytest-annotate

python3Packages.pytest-annotate unmark broken aarch64-linux

authored by Rick van Schijndel and committed by GitHub a51cad73 ccdd853b

+1 -1
+1 -1
pkgs/development/python-modules/pytest-annotate/default.nix
··· 37 ]; 38 39 meta = with lib; { 40 - broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; 41 description = "Generate PyAnnotate annotations from your pytest tests"; 42 homepage = "https://github.com/kensho-technologies/pytest-annotate"; 43 license = licenses.asl20;
··· 37 ]; 38 39 meta = with lib; { 40 + broken = stdenv.isDarwin; 41 description = "Generate PyAnnotate annotations from your pytest tests"; 42 homepage = "https://github.com/kensho-technologies/pytest-annotate"; 43 license = licenses.asl20;