We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d7d37 commit 717173bCopy full SHA for 717173b
.evergreen/scripts/setup_tests.py
@@ -159,7 +159,7 @@ def handle_test_env() -> None:
159
# TODO: remove as part of PYTHON-5561
160
if test_name in ["encryption", "oscp"]:
161
if sys.implementation.name.lower() == "pypy" and sys.version_info < (3, 11):
162
- UV_ARGS.append("--with cryptography<46")
+ UV_ARGS.append("--with 'cryptography<46'")
163
164
test_title = test_name
165
if sub_test_name:
0 commit comments