File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,6 @@ buildvariants:
190
190
- name : encryption-macos
191
191
tasks :
192
192
- name : .test-non-standard !.pypy
193
- - name : .test-min-deps
194
193
display_name : Encryption macOS
195
194
run_on :
196
195
- macos-14
@@ -201,7 +200,6 @@ buildvariants:
201
200
- name : encryption-win64
202
201
tasks :
203
202
- name : .test-non-standard !.pypy
204
- - name : .test-min-deps
205
203
display_name : Encryption Win64
206
204
run_on :
207
205
- windows-64-vsMulti-small
@@ -224,7 +222,6 @@ buildvariants:
224
222
- name : encryption-crypt_shared-macos
225
223
tasks :
226
224
- name : .test-non-standard !.pypy
227
- - name : .test-min-deps
228
225
display_name : Encryption crypt_shared macOS
229
226
run_on :
230
227
- macos-14
@@ -236,7 +233,6 @@ buildvariants:
236
233
- name : encryption-crypt_shared-win64
237
234
tasks :
238
235
- name : .test-non-standard !.pypy
239
- - name : .test-min-deps
240
236
display_name : Encryption crypt_shared Win64
241
237
run_on :
242
238
- windows-64-vsMulti-small
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def get_encryption_expansions(encryption):
144
144
display_name = get_variant_name (encryption , host , ** expansions )
145
145
tasks = [".test-non-standard" , ".test-min-deps" ]
146
146
if host != "rhel8" :
147
- tasks = [".test-non-standard !.pypy" , ".test-min-deps" ]
147
+ tasks = [".test-non-standard !.pypy" ]
148
148
variant = create_variant (
149
149
tasks ,
150
150
display_name ,
You can’t perform that action at this time.
0 commit comments