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:
190190 - name : encryption-macos
191191 tasks :
192192 - name : .test-non-standard !.pypy
193- - name : .test-min-deps
194193 display_name : Encryption macOS
195194 run_on :
196195 - macos-14
@@ -201,7 +200,6 @@ buildvariants:
201200 - name : encryption-win64
202201 tasks :
203202 - name : .test-non-standard !.pypy
204- - name : .test-min-deps
205203 display_name : Encryption Win64
206204 run_on :
207205 - windows-64-vsMulti-small
@@ -224,7 +222,6 @@ buildvariants:
224222 - name : encryption-crypt_shared-macos
225223 tasks :
226224 - name : .test-non-standard !.pypy
227- - name : .test-min-deps
228225 display_name : Encryption crypt_shared macOS
229226 run_on :
230227 - macos-14
@@ -236,7 +233,6 @@ buildvariants:
236233 - name : encryption-crypt_shared-win64
237234 tasks :
238235 - name : .test-non-standard !.pypy
239- - name : .test-min-deps
240236 display_name : Encryption crypt_shared Win64
241237 run_on :
242238 - windows-64-vsMulti-small
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def get_encryption_expansions(encryption):
144144 display_name = get_variant_name (encryption , host , ** expansions )
145145 tasks = [".test-non-standard" , ".test-min-deps" ]
146146 if host != "rhel8" :
147- tasks = [".test-non-standard !.pypy" , ".test-min-deps" ]
147+ tasks = [".test-non-standard !.pypy" ]
148148 variant = create_variant (
149149 tasks ,
150150 display_name ,
You can’t perform that action at this time.
0 commit comments