Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ uv==0.4.26

# Utilities for typeshed infrastructure scripts.
ts_utils @ file:lib

# Libraries required by third-party stubs
tomli; python_version < "3.11" # setuptools.compat.py310
2 changes: 1 addition & 1 deletion stubs/setuptools/setuptools/compat/py310.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if sys.version_info >= (3, 11):
import tomllib
else:
# This is actually vendored
import tomli as tomllib # type: ignore[import-not-found] # pyright: ignore[reportMissingImports]
import tomli as tomllib
Loading