@@ -2897,7 +2897,7 @@ buildvariants:
2897
2897
AUTH : auth
2898
2898
SSL : ssl
2899
2899
test_encryption : " true"
2900
- TEST_CRYPT_SHARED : " true"
2900
+ test_crypt_shared : " true"
2901
2901
PYTHON_BINARY : /opt/python/3.9/bin/python3
2902
2902
tags : [encryption_tag]
2903
2903
- name : encryption-crypt_shared-rhel8-py3.13-auth-ssl
@@ -2913,7 +2913,7 @@ buildvariants:
2913
2913
AUTH : auth
2914
2914
SSL : ssl
2915
2915
test_encryption : " true"
2916
- TEST_CRYPT_SHARED : " true"
2916
+ test_crypt_shared : " true"
2917
2917
PYTHON_BINARY : /opt/python/3.13/bin/python3
2918
2918
tags : [encryption_tag]
2919
2919
- name : encryption-crypt_shared-rhel8-pypy3.10-auth-ssl
@@ -2929,7 +2929,7 @@ buildvariants:
2929
2929
AUTH : auth
2930
2930
SSL : ssl
2931
2931
test_encryption : " true"
2932
- TEST_CRYPT_SHARED : " true"
2932
+ test_crypt_shared : " true"
2933
2933
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
2934
2934
tags : [encryption_tag]
2935
2935
- name : encryption-pyopenssl-rhel8-py3.9-auth-ssl
@@ -2945,7 +2945,7 @@ buildvariants:
2945
2945
AUTH : auth
2946
2946
SSL : ssl
2947
2947
test_encryption : " true"
2948
- TEST_ENCRYPTION_PYOPENSSL : " true"
2948
+ test_encryption_pyopenssl : " true"
2949
2949
PYTHON_BINARY : /opt/python/3.9/bin/python3
2950
2950
tags : [encryption_tag]
2951
2951
- name : encryption-pyopenssl-rhel8-py3.13-auth-ssl
@@ -2961,7 +2961,7 @@ buildvariants:
2961
2961
AUTH : auth
2962
2962
SSL : ssl
2963
2963
test_encryption : " true"
2964
- TEST_ENCRYPTION_PYOPENSSL : " true"
2964
+ test_encryption_pyopenssl : " true"
2965
2965
PYTHON_BINARY : /opt/python/3.13/bin/python3
2966
2966
tags : [encryption_tag]
2967
2967
- name : encryption-pyopenssl-rhel8-pypy3.10-auth-ssl
@@ -2977,7 +2977,7 @@ buildvariants:
2977
2977
AUTH : auth
2978
2978
SSL : ssl
2979
2979
test_encryption : " true"
2980
- TEST_ENCRYPTION_PYOPENSSL : " true"
2980
+ test_encryption_pyopenssl : " true"
2981
2981
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
2982
2982
tags : [encryption_tag]
2983
2983
- name : encryption-rhel8-py3.10-auth-ssl
@@ -3001,7 +3001,7 @@ buildvariants:
3001
3001
AUTH : auth
3002
3002
SSL : nossl
3003
3003
test_encryption : " true"
3004
- TEST_CRYPT_SHARED : " true"
3004
+ test_crypt_shared : " true"
3005
3005
PYTHON_BINARY : /opt/python/3.11/bin/python3
3006
3006
- name : encryption-pyopenssl-rhel8-py3.12-auth-ssl
3007
3007
tasks :
@@ -3063,7 +3063,7 @@ buildvariants:
3063
3063
AUTH : auth
3064
3064
SSL : ssl
3065
3065
test_encryption : " true"
3066
- TEST_CRYPT_SHARED : " true"
3066
+ test_crypt_shared : " true"
3067
3067
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
3068
3068
tags : [encryption_tag]
3069
3069
- name : encryption-crypt_shared-macos-py3.13-auth-nossl
@@ -3077,7 +3077,7 @@ buildvariants:
3077
3077
AUTH : auth
3078
3078
SSL : nossl
3079
3079
test_encryption : " true"
3080
- TEST_CRYPT_SHARED : " true"
3080
+ test_crypt_shared : " true"
3081
3081
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
3082
3082
tags : [encryption_tag]
3083
3083
- name : encryption-win64-py3.9-auth-ssl
@@ -3117,7 +3117,7 @@ buildvariants:
3117
3117
AUTH : auth
3118
3118
SSL : ssl
3119
3119
test_encryption : " true"
3120
- TEST_CRYPT_SHARED : " true"
3120
+ test_crypt_shared : " true"
3121
3121
PYTHON_BINARY : C:/python/Python39/python.exe
3122
3122
tags : [encryption_tag]
3123
3123
- name : encryption-crypt_shared-win64-py3.13-auth-nossl
@@ -3131,7 +3131,7 @@ buildvariants:
3131
3131
AUTH : auth
3132
3132
SSL : nossl
3133
3133
test_encryption : " true"
3134
- TEST_CRYPT_SHARED : " true"
3134
+ test_crypt_shared : " true"
3135
3135
PYTHON_BINARY : C:/python/Python313/python.exe
3136
3136
tags : [encryption_tag]
3137
3137
0 commit comments