Skip to content

Commit e7aab56

Browse files
authored
PYTHON-4783 Remove reference to RHEL7 in tests (#2643)
1 parent 2195866 commit e7aab56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.evergreen/scripts/generate_config_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class Host:
6363
HOSTS["macos-arm64"] = Host("macos-arm64", "macos-14-arm64", "macOS Arm64", dict())
6464
HOSTS["ubuntu20"] = Host("ubuntu20", "ubuntu2004-small", "Ubuntu-20", dict())
6565
HOSTS["ubuntu22"] = Host("ubuntu22", "ubuntu2204-small", "Ubuntu-22", dict())
66-
HOSTS["rhel7"] = Host("rhel7", "rhel79-small", "RHEL7", dict())
6766
HOSTS["perf"] = Host("perf", "rhel90-dbx-perf-large", "", dict())
6867
HOSTS["debian11"] = Host("debian11", "debian11-small", "Debian11", dict())
6968
DEFAULT_HOST = HOSTS["rhel8"]

0 commit comments

Comments
 (0)