File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -508,6 +508,7 @@ tasks:
508
508
- func : run server
509
509
vars :
510
510
TOPOLOGY : replica_set
511
+ PYTHON_VERSION : " 3.9"
511
512
- func : run tests
512
513
vars :
513
514
TEST_NAME : mod_wsgi
@@ -519,6 +520,7 @@ tasks:
519
520
- func : run server
520
521
vars :
521
522
TOPOLOGY : replica_set
523
+ PYTHON_VERSION : " 3.10"
522
524
- func : run tests
523
525
vars :
524
526
TEST_NAME : mod_wsgi
@@ -530,6 +532,7 @@ tasks:
530
532
- func : run server
531
533
vars :
532
534
TOPOLOGY : replica_set
535
+ PYTHON_VERSION : " 3.11"
533
536
- func : run tests
534
537
vars :
535
538
TEST_NAME : mod_wsgi
@@ -541,6 +544,7 @@ tasks:
541
544
- func : run server
542
545
vars :
543
546
TOPOLOGY : replica_set
547
+ PYTHON_VERSION : " 3.12"
544
548
- func : run tests
545
549
vars :
546
550
TEST_NAME : mod_wsgi
@@ -552,6 +556,7 @@ tasks:
552
556
- func : run server
553
557
vars :
554
558
TOPOLOGY : replica_set
559
+ PYTHON_VERSION : " 3.13"
555
560
- func : run tests
556
561
vars :
557
562
TEST_NAME : mod_wsgi
Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ def create_mod_wsgi_tasks():
799
799
task_name = "mod-wsgi-embedded-mode-"
800
800
task_name += topology .replace ("_" , "-" )
801
801
task_name = get_task_name (task_name , python = python )
802
- server_vars = dict (TOPOLOGY = topology )
802
+ server_vars = dict (TOPOLOGY = topology , PYTHON_VERSION = python )
803
803
server_func = FunctionCall (func = "run server" , vars = server_vars )
804
804
vars = dict (TEST_NAME = "mod_wsgi" , SUB_TEST_NAME = test .split ("-" )[0 ], PYTHON_VERSION = python )
805
805
test_func = FunctionCall (func = "run tests" , vars = vars )
You can’t perform that action at this time.
0 commit comments