Skip to content

Daily tests failed on Wed Mar 19 2025 #13670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
github-actions bot opened this issue Mar 19, 2025 · 1 comment · Fixed by #13671
Closed

Daily tests failed on Wed Mar 19 2025 #13670

github-actions bot opened this issue Mar 19, 2025 · 1 comment · Fixed by #13671
Assignees

Comments

@github-actions
Copy link
Contributor

Run listed here: https://github.com/python/typeshed/actions/runs/13935964321

@github-actions github-actions bot added the help wanted An actionable problem of low to medium complexity where a PR would be very welcome label Mar 19, 2025
@brianschubert
Copy link
Contributor

typing-extensions, probably expected with 4.13.0rc1:

error: typing_extensions.__all__ names exported from the stub do not correspond to the names exported at runtime. This is probably due to things being missing from the stub or an inaccurate `__all__` in the stub
Stub: in file /home/runner/work/typeshed/typeshed/stdlib/typing_extensions.pyi
Names exported in the stub but not at runtime: []
Runtime:
Names exported at runtime but not in the stub: ['Format', 'NoExtraItems', 'TypeForm', 'evaluate_forward_ref', 'get_annotations']

error: typing_extensions.Format is not present in stub
Stub: in file /home/runner/work/typeshed/typeshed/stdlib/typing_extensions.pyi
MISSING
Runtime: in file /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/typing_extensions.py:4140
def (value, names=None, *, module=None, qualname=None, type=None, start=1)

error: typing_extensions.NoExtraItems is not present in stub
Stub: in file /home/runner/work/typeshed/typeshed/stdlib/typing_extensions.pyi
MISSING
Runtime:
typing_extensions.NoExtraItems

error: typing_extensions.TypeForm is not present in stub
Stub: in file /home/runner/work/typeshed/typeshed/stdlib/typing_extensions.pyi
MISSING
Runtime:
def (obj, /)

error: typing_extensions.evaluate_forward_ref is not present in stub
Stub: in file /home/runner/work/typeshed/typeshed/stdlib/typing_extensions.pyi
MISSING
Runtime: in file /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/typing_extensions.py:4414
def (forward_ref, *, owner=None, globals=None, locals=None, type_params=None, format=<Format.VALU...

error: typing_extensions.get_annotations is not present in stub
Stub: in file /home/runner/work/typeshed/typeshed/stdlib/typing_extensions.pyi
MISSING
Runtime: in file /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/typing_extensions.py:4149
def (obj, *, globals=None, locals=None, eval_str=False, format=<Format.VALUE: 1>)

Found 6 errors (checked 922 modules)

@srittau srittau self-assigned this Mar 19, 2025
@srittau srittau removed the help wanted An actionable problem of low to medium complexity where a PR would be very welcome label Mar 19, 2025
srittau added a commit to srittau/typeshed that referenced this issue Mar 19, 2025
Also sort __all__ to match the implementation

Closes: python#13670
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants