Merge pull request #237710 from kirillrdy/pytest-annotate

python3Packages.pytest-annotate unmark broken aarch64-linux
This commit is contained in:
Rick van Schijndel 2023-06-14 14:01:46 +02:00 committed by GitHub
commit a51cad736f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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