From f1042cfa651c3aea5dccda801e3dc547ad13e0ba Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 10 Dec 2025 08:01:27 -0600 Subject: [PATCH] PYTHON-4783 Remove reference to RHEL7 in tests --- .evergreen/scripts/generate_config_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.evergreen/scripts/generate_config_utils.py b/.evergreen/scripts/generate_config_utils.py index a32092f5b2..e098ff8008 100644 --- a/.evergreen/scripts/generate_config_utils.py +++ b/.evergreen/scripts/generate_config_utils.py @@ -63,7 +63,6 @@ class Host: HOSTS["macos-arm64"] = Host("macos-arm64", "macos-14-arm64", "macOS Arm64", dict()) HOSTS["ubuntu20"] = Host("ubuntu20", "ubuntu2004-small", "Ubuntu-20", dict()) HOSTS["ubuntu22"] = Host("ubuntu22", "ubuntu2204-small", "Ubuntu-22", dict()) -HOSTS["rhel7"] = Host("rhel7", "rhel79-small", "RHEL7", dict()) HOSTS["perf"] = Host("perf", "rhel90-dbx-perf-large", "", dict()) HOSTS["debian11"] = Host("debian11", "debian11-small", "Debian11", dict()) DEFAULT_HOST = HOSTS["rhel8"]