feat: add built-in frozendict support for Python 3.15+
#2792
Triggered via pull request
April 11, 2026 13:59
Status
Success
Total duration
1h 54m 22s
Artifacts
–
Annotations
8 errors
|
Test for CPython 3.15t on windows-latest
C:\hostedtoolcache\windows\Python\3.15.0-alpha.8\x64-freethreaded\Lib\site-packages\pip\_internal\network\auth.py:328: DeprecationWarning: os.path.commonprefix() is deprecated. Use os.path.commonpath() for longest path prefix.
key=lambda candidate: commonprefix(
|
|
Test for CPython 3.15t on windows-latest
C:\hostedtoolcache\windows\Python\3.15.0-alpha.8\x64-freethreaded\Lib\site-packages\pip\_internal\network\auth.py:328: DeprecationWarning: os.path.commonprefix() is deprecated. Use os.path.commonpath() for longest path prefix.
key=lambda candidate: commonprefix(
|
|
Test for CPython 3.15 on windows-latest
C:\hostedtoolcache\windows\Python\3.15.0-alpha.8\x64\Lib\site-packages\pip\_internal\network\auth.py:328: DeprecationWarning: os.path.commonprefix() is deprecated. Use os.path.commonpath() for longest path prefix.
key=lambda candidate: commonprefix(
|
|
Test for CPython 3.15 on windows-latest
C:\hostedtoolcache\windows\Python\3.15.0-alpha.8\x64\Lib\site-packages\pip\_internal\network\auth.py:328: DeprecationWarning: os.path.commonprefix() is deprecated. Use os.path.commonpath() for longest path prefix.
key=lambda candidate: commonprefix(
|
|
Test for CPython 3.15 on ubuntu-latest
/opt/hostedtoolcache/Python/3.15.0-alpha.8/x64/lib/python3.15/site-packages/pip/_internal/network/auth.py:328: DeprecationWarning: os.path.commonprefix() is deprecated. Use os.path.commonpath() for longest path prefix.
key=lambda candidate: commonprefix(
|
|
Test for CPython 3.15t on ubuntu-latest
/opt/hostedtoolcache/Python/3.15.0-alpha.8/x64-freethreaded/lib/python3.15t/site-packages/pip/_internal/network/auth.py:328: DeprecationWarning: os.path.commonprefix() is deprecated. Use os.path.commonpath() for longest path prefix.
key=lambda candidate: commonprefix(
|
|
Test for CPython 3.15 on macos-latest
/Library/Frameworks/Python.framework/Versions/3.15/lib/python3.15/site-packages/pip/_internal/network/auth.py:328: DeprecationWarning: os.path.commonprefix() is deprecated. Use os.path.commonpath() for longest path prefix.
key=lambda candidate: commonprefix(
|
|
Test for CPython 3.15t on macos-latest
/Library/Frameworks/PythonT.framework/Versions/3.15/lib/python3.15t/site-packages/pip/_internal/network/auth.py:328: DeprecationWarning: os.path.commonprefix() is deprecated. Use os.path.commonpath() for longest path prefix.
key=lambda candidate: commonprefix(
|