File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -729,8 +729,8 @@ buildvariants:
729729 # Pyopenssl tests
730730 - name : pyopenssl-macos-python3.9
731731 tasks :
732- - name : .replica_set .noauth .nossl .sync_async
733- - name : .7.0 .noauth .nossl .sync_async
732+ - name : .replica_set .noauth .nossl .sync
733+ - name : .7.0 .noauth .nossl .sync
734734 display_name : PyOpenSSL macOS Python3.9
735735 run_on :
736736 - macos-14
@@ -740,8 +740,8 @@ buildvariants:
740740 PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
741741 - name : pyopenssl-rhel8-python3.10
742742 tasks :
743- - name : .replica_set .auth .ssl .sync
744- - name : .7.0 .auth .ssl .sync
743+ - name : .replica_set .auth .ssl .sync_async
744+ - name : .7.0 .auth .ssl .sync_async
745745 display_name : PyOpenSSL RHEL8 Python3.10
746746 run_on :
747747 - rhel87-small
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ def create_pyopenssl_variants():
263263
264264 display_name = get_variant_name (base_name , host , python = python )
265265 # only need to run some on async
266- if python in (CPYTHONS [0 ], CPYTHONS [- 1 ]):
266+ if python in (CPYTHONS [1 ], CPYTHONS [- 1 ]):
267267 variant = create_variant (
268268 [f".replica_set .{ auth } .{ ssl } .sync_async" , f".7.0 .{ auth } .{ ssl } .sync_async" ],
269269 display_name ,
You can’t perform that action at this time.
0 commit comments