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:
451451 - name : pyopenssl-rhel8
452452 tasks :
453453 - name : .test-standard .sync
454- - name : .test-standard .async .replica-set -noauth-ssl
454+ - name : .test-standard .async .replica_set -noauth-ssl
455455 display_name : PyOpenSSL RHEL8
456456 run_on :
457457 - rhel87-small
@@ -461,7 +461,7 @@ buildvariants:
461461 - name : pyopenssl-macos
462462 tasks :
463463 - 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
465465 display_name : PyOpenSSL macOS
466466 run_on :
467467 - rhel87-small
@@ -471,7 +471,7 @@ buildvariants:
471471 - name : pyopenssl-win64
472472 tasks :
473473 - 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
475475 display_name : PyOpenSSL Win64
476476 run_on :
477477 - rhel87-small
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ def create_pyopenssl_variants():
233233 display_name = get_variant_name (base_name , host )
234234 base_task = ".test-standard" if host == "rhel8" else ".test-standard !.pypy"
235235 # 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" ]
237237 variants .append (
238238 create_variant (
239239 tasks ,
You can’t perform that action at this time.
0 commit comments