Skip to content

Commit 01d0fb8

Browse files
committed
PYTHON-1605 - Update mod_wsgi test config
1 parent 8bc2aa6 commit 01d0fb8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.evergreen/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,18 +1061,18 @@ axes:
10611061
- id: mod-wsgi-version
10621062
display_name: "mod_wsgi version"
10631063
values:
1064-
- id: "2.8"
1064+
- id: "2"
10651065
display_name: "mod_wsgi 2.8"
10661066
variables:
1067-
MOD_WSGI_VERSION: "2.8"
1068-
- id: "3.5"
1067+
MOD_WSGI_VERSION: "2"
1068+
- id: "3"
10691069
display_name: "mod_wsgi 3.5"
10701070
variables:
1071-
MOD_WSGI_VERSION: "3.5"
1072-
- id: "4.5.20"
1073-
display_name: "mod_wsgi 4.5.20"
1071+
MOD_WSGI_VERSION: "3"
1072+
- id: "4"
1073+
display_name: "mod_wsgi 4.x"
10741074
variables:
1075-
MOD_WSGI_VERSION: "4.5.20"
1075+
MOD_WSGI_VERSION: "4"
10761076
- id: green-framework
10771077
display_name: "Green Framework"
10781078
values:
@@ -1457,7 +1457,7 @@ buildvariants:
14571457
exclude_spec:
14581458
# mod_wsgi 2.8 segfaults with the toolchain python 2.7, regardless of distro
14591459
python-version: ["2.7", "3.4", "3.6"]
1460-
mod-wsgi-version: ["2.8"]
1460+
mod-wsgi-version: ["2"]
14611461
display_name: "${mod-wsgi-version} ${python-version}"
14621462
run_on: rhel62-small
14631463
tasks:

0 commit comments

Comments
 (0)