Skip to content

Third-party tests failed on Sat Nov 09 2024 #499

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 Nov 9, 2024 · 2 comments · Fixed by #501
Closed

Third-party tests failed on Sat Nov 09 2024 #499

github-actions bot opened this issue Nov 9, 2024 · 2 comments · Fixed by #501

Comments

@github-actions
Copy link

github-actions bot commented Nov 9, 2024

Full history of runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml

@brianschubert
Copy link
Contributor

brianschubert commented Nov 9, 2024

pydantic tests are failing during the "Install pydantic test dependencies" step:

  pdm install -G testing -G email
  shell: /usr/bin/bash -e {0}
  env:
    PIP_DISABLE_PIP_VERSION_CHECK: 1
    FORCE_COLOR: 1
    pythonLocation: /opt/hostedtoolcache/Python/3.13.0/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.13.0/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.13.0/x64
    Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.13.0/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.13.0/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.13.0/x64/lib
    LD_PRELOAD: /lib/x86_64-linux-gnu/libgcc_s.so.1
[PdmUsageError]: Requested groups not in lockfile: email,testing
Error: Process completed with exit code 1.

Looks related to pydantic/pydantic#10727

@JelleZijlstra
Copy link
Member

Seems like we should update our workflow to use uv commands instead of pdm commands for the pydantic tests. PR welcome!

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