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 @@ -723,7 +723,7 @@ tasks:
723
723
tags : [doctests]
724
724
725
725
# Enterprise auth tests
726
- - name : test-enterprise-auth-{python}
726
+ - name : test-enterprise-auth-3.9
727
727
commands :
728
728
- func : run server
729
729
vars :
@@ -737,7 +737,7 @@ tasks:
737
737
AUTH : auth
738
738
PYTHON_VERSION : " 3.9"
739
739
tags : [enterprise_auth]
740
- - name : test-enterprise-auth-{python}
740
+ - name : test-enterprise-auth-3.13
741
741
commands :
742
742
- func : run server
743
743
vars :
@@ -751,7 +751,7 @@ tasks:
751
751
AUTH : auth
752
752
PYTHON_VERSION : " 3.13"
753
753
tags : [enterprise_auth]
754
- - name : test-enterprise-auth-{python}
754
+ - name : test-enterprise-auth-pypy3.10
755
755
commands :
756
756
- func : run server
757
757
vars :
Original file line number Diff line number Diff line change @@ -962,7 +962,7 @@ def create_enterprise_auth_tasks():
962
962
server_func = FunctionCall (func = "run server" , vars = vars )
963
963
assume_func = FunctionCall (func = "assume ec2 role" )
964
964
test_func = FunctionCall (func = "run tests" , vars = vars )
965
- task_name = "test-enterprise-auth-{python}"
965
+ task_name = f "test-enterprise-auth-{ python } "
966
966
tags = ["enterprise_auth" ]
967
967
if python in PYPYS :
968
968
tags += ["pypy" ]
You can’t perform that action at this time.
0 commit comments