Skip to content

Commit 57cfa63

Browse files
committed
Remove test-api_entry from parallel tox test environments
1 parent 19a7502 commit 57cfa63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ description = Default tox environment list and core configurations
3232
envlist = pretest,test-{api,launcher,server,local_server,multi_server,api_entry,custom_type_field,operators,workflow,remote_workflow,remote_operator,service},posttest,kill-servers
3333

3434
labels =
35-
localparalleltests = pretest,test-{api,launcher,server,local_server,multi_server,api_entry,custom_type_field,operators},posttest,kill-servers
35+
localparalleltests = pretest,test-{api,launcher,server,local_server,multi_server,custom_type_field,operators},posttest,kill-servers
3636
othertests = pretest,test-{workflow,remote_workflow,remote_operator,service},posttest,kill-servers
37-
ciparalleltests = test-{api,launcher,local_server,multi_server,api_entry,custom_type_field,operators},kill-servers
37+
ciparalleltests = test-{api,launcher,local_server,multi_server,custom_type_field,operators},kill-servers
3838

3939
isolated_build_env = build
4040

0 commit comments

Comments
 (0)