Skip to content

Commit 717173b

Browse files
committed
try again
1 parent 58d7d37 commit 717173b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def handle_test_env() -> None:
159159
# TODO: remove as part of PYTHON-5561
160160
if test_name in ["encryption", "oscp"]:
161161
if sys.implementation.name.lower() == "pypy" and sys.version_info < (3, 11):
162-
UV_ARGS.append("--with cryptography<46")
162+
UV_ARGS.append("--with 'cryptography<46'")
163163

164164
test_title = test_name
165165
if sub_test_name:

0 commit comments

Comments
 (0)