Fix failing prerelease tests (#5346)

## Summary

Likely due to simultaneous merge.
This commit is contained in:
Charlie Marsh
2024-07-23 12:45:55 -04:00
committed by GitHub
parent e05d653a71
commit 8ebc0d56c7
+6 -6
View File
@@ -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