Skip to content

Commit 5fb03c5

Browse files
authored
[zstd] Disable stubtest (#16057)
zstd 1.5.7.2 has been yanked, which is why stubtest currently fails.
1 parent 7ef9522 commit 5fb03c5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

stubs/zstd/METADATA.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
version = "~=1.5.7.3"
22
upstream-repository = "https://github.com/sergey-dryabzhinsky/python-zstd"
3+
4+
[tool.stubtest]
5+
# Temporarily disabled until release 1.5.7.3 returns to PyPI
6+
# https://github.com/python/typeshed/pull/16057
7+
skip = true

0 commit comments

Comments
 (0)