Skip to content

Commit befdc19

Browse files
committed
cleanup
1 parent c03afc7 commit befdc19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,11 @@ def create_ocsp_variants() -> list[BuildVariant]:
144144
# OCSP tests on Windows and MacOS.
145145
# MongoDB servers on these hosts do not staple OCSP responses and only support RSA.
146146
for host, version in product(["win64", "macos"], ["4.4", "8.0"]):
147+
python = (CPYTHONS[0] if version == "4.4" else CPYTHONS[-1],)
147148
variant = create_variant(
148149
[".ocsp-rsa !.ocsp-staple"],
149150
get_display_name(base_display, host, version, python),
150-
python=CPYTHONS[0] if version == "4.4" else CPYTHONS[-1],
151+
python=python,
151152
version=version,
152153
host=host,
153154
expansions=expansions,

0 commit comments

Comments
 (0)