Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/pygit2/METADATA.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ obsolete_since = "1.16.0" # Released on 2024-10-11

[tool.stubtest]
platforms = ["darwin", "linux", "win32"]
# Does not build on any platform for stubtest as of 2025-03-17.
# Does not build on any platform on Python 3.13 as of 2025-03-17.
skip = true
4 changes: 4 additions & 0 deletions stubs/tqdm/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ tqdm._tqdm_notebook.__all__

# Cannot import in stubtest
tqdm.__main__

# TODO: Reenable on tensorflow supports Python 3.13 and is added to the
Comment thread
srittau marked this conversation as resolved.
Outdated
# stubtest dependencies in METADATA.toml.
tqdm.keras
5 changes: 3 additions & 2 deletions stubs/tqdm/METADATA.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ requires = ["types-requests"]

[tool.stubtest]
extras = ["slack", "telegram"]
# Add `"tensorflow"` to this list when there's a tensorflow release supporting Python 3.13:
# https://github.com/tensorflow/tensorflow/issues/78774
# Add `"tensorflow"` to this list when there's a tensorflow release supporting
# Python 3.13: https://github.com/tensorflow/tensorflow/issues/78774.
# Also remove tqdm.keras from @tests/stubtest_allowlist.txt.
stubtest_requirements = ["dask", "pandas", "rich"]