File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ buildvariants:
451
451
- name : pyopenssl-rhel8
452
452
tasks :
453
453
- name : .test-standard .sync
454
- - name : .test-standard .async .replica-set -noauth-ssl
454
+ - name : .test-standard .async .replica_set -noauth-ssl
455
455
display_name : PyOpenSSL RHEL8
456
456
run_on :
457
457
- rhel87-small
@@ -461,7 +461,7 @@ buildvariants:
461
461
- name : pyopenssl-macos
462
462
tasks :
463
463
- name : .test-standard !.pypy .sync
464
- - name : .test-standard !.pypy .async .replica-set -noauth-ssl
464
+ - name : .test-standard !.pypy .async .replica_set -noauth-ssl
465
465
display_name : PyOpenSSL macOS
466
466
run_on :
467
467
- rhel87-small
@@ -471,7 +471,7 @@ buildvariants:
471
471
- name : pyopenssl-win64
472
472
tasks :
473
473
- name : .test-standard !.pypy .sync
474
- - name : .test-standard !.pypy .async .replica-set -noauth-ssl
474
+ - name : .test-standard !.pypy .async .replica_set -noauth-ssl
475
475
display_name : PyOpenSSL Win64
476
476
run_on :
477
477
- rhel87-small
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ def create_pyopenssl_variants():
233
233
display_name = get_variant_name (base_name , host )
234
234
base_task = ".test-standard" if host == "rhel8" else ".test-standard !.pypy"
235
235
# We only need to run a subset on async.
236
- tasks = [f"{ base_task } .sync" , f"{ base_task } .async .replica-set -noauth-ssl" ]
236
+ tasks = [f"{ base_task } .sync" , f"{ base_task } .async .replica_set -noauth-ssl" ]
237
237
variants .append (
238
238
create_variant (
239
239
tasks ,
You can’t perform that action at this time.
0 commit comments