We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Full history of runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Seems like we should update our workflow to use uv commands instead of pdm commands for the pydantic tests. PR welcome!
Successfully merging a pull request may close this issue.
Full history of runs listed here: https://github.com/python/typing_extensions/actions/workflows/third_party.yml
The text was updated successfully, but these errors were encountered: