File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -620,6 +620,7 @@ buildvariants:
620620 - macos-14
621621 batchtime : 10080
622622 expansions :
623+ TEST_NAME : default
623624 SUB_TEST_NAME : pyopenssl
624625 PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
625626 - name : pyopenssl-rhel8-python3.10
@@ -631,6 +632,7 @@ buildvariants:
631632 - rhel87-small
632633 batchtime : 10080
633634 expansions :
635+ TEST_NAME : default
634636 SUB_TEST_NAME : pyopenssl
635637 PYTHON_BINARY : /opt/python/3.10/bin/python3
636638 - name : pyopenssl-rhel8-python3.11
@@ -642,6 +644,7 @@ buildvariants:
642644 - rhel87-small
643645 batchtime : 10080
644646 expansions :
647+ TEST_NAME : default
645648 SUB_TEST_NAME : pyopenssl
646649 PYTHON_BINARY : /opt/python/3.11/bin/python3
647650 - name : pyopenssl-rhel8-python3.12
@@ -653,6 +656,7 @@ buildvariants:
653656 - rhel87-small
654657 batchtime : 10080
655658 expansions :
659+ TEST_NAME : default
656660 SUB_TEST_NAME : pyopenssl
657661 PYTHON_BINARY : /opt/python/3.12/bin/python3
658662 - name : pyopenssl-win64-python3.13
@@ -664,6 +668,7 @@ buildvariants:
664668 - windows-64-vsMulti-small
665669 batchtime : 10080
666670 expansions :
671+ TEST_NAME : default
667672 SUB_TEST_NAME : pyopenssl
668673 PYTHON_BINARY : C:/python/Python313/python.exe
669674 - name : pyopenssl-rhel8-pypy3.10
@@ -675,6 +680,7 @@ buildvariants:
675680 - rhel87-small
676681 batchtime : 10080
677682 expansions :
683+ TEST_NAME : default
678684 SUB_TEST_NAME : pyopenssl
679685 PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
680686
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ def create_enterprise_auth_variants():
250250def create_pyopenssl_variants ():
251251 base_name = "PyOpenSSL"
252252 batchtime = BATCHTIME_WEEK
253- expansions = dict (SUB_TEST_NAME = "pyopenssl" )
253+ expansions = dict (TEST_NAME = "default" , SUB_TEST_NAME = "pyopenssl" )
254254 variants = []
255255
256256 for python in ALL_PYTHONS :
You can’t perform that action at this time.
0 commit comments