File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -620,6 +620,7 @@ buildvariants:
620
620
- macos-14
621
621
batchtime : 10080
622
622
expansions :
623
+ TEST_NAME : default
623
624
SUB_TEST_NAME : pyopenssl
624
625
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
625
626
- name : pyopenssl-rhel8-python3.10
@@ -631,6 +632,7 @@ buildvariants:
631
632
- rhel87-small
632
633
batchtime : 10080
633
634
expansions :
635
+ TEST_NAME : default
634
636
SUB_TEST_NAME : pyopenssl
635
637
PYTHON_BINARY : /opt/python/3.10/bin/python3
636
638
- name : pyopenssl-rhel8-python3.11
@@ -642,6 +644,7 @@ buildvariants:
642
644
- rhel87-small
643
645
batchtime : 10080
644
646
expansions :
647
+ TEST_NAME : default
645
648
SUB_TEST_NAME : pyopenssl
646
649
PYTHON_BINARY : /opt/python/3.11/bin/python3
647
650
- name : pyopenssl-rhel8-python3.12
@@ -653,6 +656,7 @@ buildvariants:
653
656
- rhel87-small
654
657
batchtime : 10080
655
658
expansions :
659
+ TEST_NAME : default
656
660
SUB_TEST_NAME : pyopenssl
657
661
PYTHON_BINARY : /opt/python/3.12/bin/python3
658
662
- name : pyopenssl-win64-python3.13
@@ -664,6 +668,7 @@ buildvariants:
664
668
- windows-64-vsMulti-small
665
669
batchtime : 10080
666
670
expansions :
671
+ TEST_NAME : default
667
672
SUB_TEST_NAME : pyopenssl
668
673
PYTHON_BINARY : C:/python/Python313/python.exe
669
674
- name : pyopenssl-rhel8-pypy3.10
@@ -675,6 +680,7 @@ buildvariants:
675
680
- rhel87-small
676
681
batchtime : 10080
677
682
expansions :
683
+ TEST_NAME : default
678
684
SUB_TEST_NAME : pyopenssl
679
685
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
680
686
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ def create_enterprise_auth_variants():
250
250
def create_pyopenssl_variants ():
251
251
base_name = "PyOpenSSL"
252
252
batchtime = BATCHTIME_WEEK
253
- expansions = dict (SUB_TEST_NAME = "pyopenssl" )
253
+ expansions = dict (TEST_NAME = "default" , SUB_TEST_NAME = "pyopenssl" )
254
254
variants = []
255
255
256
256
for python in ALL_PYTHONS :
You can’t perform that action at this time.
0 commit comments