We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fe087 commit c9fa31eCopy full SHA for c9fa31e
1 file changed
stubs/hnswlib/METADATA.toml
@@ -4,6 +4,6 @@ upstream-repository = "https://github.com/nmslib/hnswlib"
4
dependencies = ["numpy>=1.21"]
5
6
[tool.stubtest]
7
-# TODO: stubtest fails without output or discernable reason during the daily
8
-# test. https://github.com/python/typeshed/issues/16100
9
-#skip = true
+# 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"]
0 commit comments