Skip to content

Commit c9fa31e

Browse files
authored
Run stubtest on darwin
1 parent d4fe087 commit c9fa31e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

stubs/hnswlib/METADATA.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ upstream-repository = "https://github.com/nmslib/hnswlib"
44
dependencies = ["numpy>=1.21"]
55

66
[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
7+
# TODO: stubtest fails on Linux because it gets killed with a SIGILL
8+
# for unknown reasons. See https://github.com/python/typeshed/issues/16100
9+
ci-platforms = ["darwin"]

0 commit comments

Comments
 (0)