Skip to content

Commit aa49c31

Browse files
committed
PYTHON-5879 Fix inaccurate comment about PyPy toolchain support
1 parent 9ee6d4a commit aa49c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def get_encryption_expansions(encryption):
132132
display_name = get_variant_name(encryption, host, **expansions)
133133
tasks = [".test-non-standard"]
134134
if host != "rhel8":
135-
# Exclude PyPy (no Evergreen toolchain on macOS/win64) and coverage tasks
135+
# Exclude PyPy (not tested with encryption on macOS/win64) and coverage tasks
136136
# (encryption suites exceed the 60-min timeout with coverage overhead on macOS/win64).
137137
# Also include the non-coverage companion tasks (test-non-standard-no-cov) which
138138
# carry the "latest" server tasks without COVERAGE=1.

0 commit comments

Comments
 (0)