Fix failing prerelease tests (#5346)
## Summary Likely due to simultaneous merge.
This commit is contained in:
@@ -7485,10 +7485,10 @@ fn universal_disjoint_prereleases() -> Result<()> {
|
||||
----- stdout -----
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile --cache-dir [CACHE_DIR] requirements.in --universal
|
||||
cffi==1.17.0rc1 ; os_name != 'linux'
|
||||
# via -r requirements.in
|
||||
cffi==1.16.0 ; os_name == 'linux'
|
||||
# via -r requirements.in
|
||||
cffi==1.17.0rc1 ; os_name != 'linux'
|
||||
# via -r requirements.in
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
|
||||
@@ -7523,11 +7523,11 @@ fn universal_transitive_disjoint_prerelease_requirement() -> Result<()> {
|
||||
----- stdout -----
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile --cache-dir [CACHE_DIR] requirements.in --universal
|
||||
cffi==1.17.0rc1 ; os_name != 'linux' or platform_python_implementation != 'PyPy'
|
||||
cffi==1.16.0 ; os_name == 'linux' or platform_python_implementation != 'PyPy'
|
||||
# via
|
||||
# -r requirements.in
|
||||
# cryptography
|
||||
cffi==1.16.0 ; os_name == 'linux' or platform_python_implementation != 'PyPy'
|
||||
cffi==1.17.0rc1 ; os_name != 'linux' or platform_python_implementation != 'PyPy'
|
||||
# via
|
||||
# -r requirements.in
|
||||
# cryptography
|
||||
@@ -7667,11 +7667,11 @@ fn universal_disjoint_prerelease_requirement() -> Result<()> {
|
||||
----- stdout -----
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile --cache-dir [CACHE_DIR] requirements.in --universal
|
||||
cffi==1.17.0rc1
|
||||
cffi==1.15.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
# example
|
||||
cffi==1.15.0
|
||||
cffi==1.17.0rc1
|
||||
# via
|
||||
# -r requirements.in
|
||||
# example
|
||||
|
||||
Reference in New Issue
Block a user