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:
729
729
# Pyopenssl tests
730
730
- name : pyopenssl-macos-python3.9
731
731
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
734
734
display_name : PyOpenSSL macOS Python3.9
735
735
run_on :
736
736
- macos-14
@@ -740,8 +740,8 @@ buildvariants:
740
740
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
741
741
- name : pyopenssl-rhel8-python3.10
742
742
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
745
745
display_name : PyOpenSSL RHEL8 Python3.10
746
746
run_on :
747
747
- rhel87-small
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ def create_pyopenssl_variants():
263
263
264
264
display_name = get_variant_name (base_name , host , python = python )
265
265
# only need to run some on async
266
- if python in (CPYTHONS [0 ], CPYTHONS [- 1 ]):
266
+ if python in (CPYTHONS [1 ], CPYTHONS [- 1 ]):
267
267
variant = create_variant (
268
268
[f".replica_set .{ auth } .{ ssl } .sync_async" , f".7.0 .{ auth } .{ ssl } .sync_async" ],
269
269
display_name ,
You can’t perform that action at this time.
0 commit comments