File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616
1717jobs :
1818 run :
19- name : Python ${{ matrix.python-version }} - ${{ matrix.cdist-group }}/4
19+ name : Python ${{ matrix.python-version }} - ${{ matrix.cdist-group }}/3
2020 runs-on : ubuntu-latest
2121 timeout-minutes : 30
2222 strategy :
@@ -57,11 +57,11 @@ jobs:
5757
5858 - if : matrix.python-version == '3.12' && runner.os == 'Linux'
5959 name : Run tests with coverage tracking
60- run : uv run pytest --cdist-group=${{ matrix.cdist-group }}/3 --cdist-justify-items=file
60+ run : uv run pytest --cdist-group=${{ matrix.cdist-group }}/3
6161
6262 - if : matrix.python-version != '3.12' || runner.os != 'Linux'
6363 name : Run tests without tracking coverage
64- run : uv run pytest --cdist-group=${{ matrix.cdist-group }}/3 --cdist-justify-items=file
64+ run : uv run pytest --cdist-group=${{ matrix.cdist-group }}/3
6565
6666 - if : matrix.python-version == '3.12' && runner.os == 'Linux'
6767 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -400,6 +400,8 @@ markers = [
400400 " elasticsearch: Elasticsearch Tests" ,
401401]
402402testpaths = [" tests" ]
403+ cdist-justify-items = " file"
404+ cdist-group-steal = " 3:30"
403405
404406[tool .coverage .run ]
405407branch = true
You can’t perform that action at this time.
0 commit comments