diff --git a/stubs/hnswlib/METADATA.toml b/stubs/hnswlib/METADATA.toml index 8ca00c301f74..df04086d96d4 100644 --- a/stubs/hnswlib/METADATA.toml +++ b/stubs/hnswlib/METADATA.toml @@ -2,3 +2,8 @@ version = "0.8.*" upstream-repository = "https://github.com/nmslib/hnswlib" # Requires a version of numpy with a `py.typed` file dependencies = ["numpy>=1.21"] + +[tool.stubtest] +# TODO: stubtest fails on Linux because it gets killed with a SIGILL +# for unknown reasons. See https://github.com/python/typeshed/issues/16100 +ci-platforms = ["darwin"]