Skip to content

Commit ea06fac

Browse files
authored
[hnswlib] Use darwin for stubtest (#16125)
Stubtest crashes on Linux, cf. #16100
1 parent 32dbbc5 commit ea06fac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

stubs/hnswlib/METADATA.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ version = "0.8.*"
22
upstream-repository = "https://github.com/nmslib/hnswlib"
33
# Requires a version of numpy with a `py.typed` file
44
dependencies = ["numpy>=1.21"]
5+
6+
[tool.stubtest]
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)