6060 run : sudo apt-get install --no-install-recommends --yes graphviz
6161 - uses : astral-sh/setup-uv@v7
6262 - name : Test with pytest
63- run : uv run --locked --python ${{ matrix.python }} --with "docutils~=${{ matrix.docutils }}.0" --only-group test pytest -n logical --dist=worksteal -vv --durations 25
63+ run : uv run --locked --python ${{ matrix.python }} --no-default-groups --group test -- with "docutils~=${{ matrix.docutils }}.0" pytest -n logical --dist=worksteal -vv --durations 25
6464 env :
6565 PYTHONWARNINGS : " error"
6666
8585 run : choco install --no-progress graphviz
8686 - uses : astral-sh/setup-uv@v7
8787 - name : Test with pytest
88- run : uv run --locked --only -group test pytest -vv --durations 25
88+ run : uv run --locked --no-default-groups - -group test pytest -vv --durations 25
8989 env :
9090 PYTHONWARNINGS : " error"
9191
@@ -102,7 +102,7 @@ jobs:
102102 run : brew install graphviz
103103 - uses : astral-sh/setup-uv@v7
104104 - name : Test with pytest
105- run : uv run --locked --only -group test pytest -vv --durations 25
105+ run : uv run --locked --no-default-groups - -group test pytest -vv --durations 25
106106 env :
107107 PYTHONWARNINGS : " error"
108108
@@ -125,7 +125,7 @@ jobs:
125125 run : sudo apt-get install --no-install-recommends --yes graphviz
126126 - uses : astral-sh/setup-uv@v7
127127 - name : Test with pytest
128- run : uv run --locked --with "docutils @ git+https://repo.or.cz/docutils.git#subdirectory=docutils" --only-group test pytest -n logical --dist=worksteal -vv
128+ run : uv run --locked --no-default-groups --group test -- with "docutils @ git+https://repo.or.cz/docutils.git#subdirectory=docutils" pytest -n logical --dist=worksteal -vv
129129 env :
130130 PYTHONWARNINGS : " error"
131131 DO_EPUBCHECK : " 1"
@@ -144,7 +144,7 @@ jobs:
144144 run : sudo apt-get install --no-install-recommends --yes graphviz
145145 - uses : astral-sh/setup-uv@v7
146146 - name : Test with pytest
147- run : uv run --locked --with alabaster==1.0.0 --only-group test pytest -n logical --dist=worksteal -vv --durations 25
147+ run : uv run --locked --no-default-groups --group test -- with alabaster==1.0.0 pytest -n logical --dist=worksteal -vv --durations 25
148148 env :
149149 PYTHONWARNINGS : " error"
150150
@@ -161,7 +161,7 @@ jobs:
161161 persist-credentials : false
162162 - uses : astral-sh/setup-uv@v7
163163 - name : Test with pytest
164- run : uv run --locked --with "docutils @ git+https://repo.or.cz/docutils.git#subdirectory=docutils" --only-group test pytest -vv --durations 25
164+ run : uv run --locked --no-default-groups --group test -- with "docutils @ git+https://repo.or.cz/docutils.git#subdirectory=docutils" pytest -vv --durations 25
165165 env :
166166 PYTHONWARNINGS : " error"
167167 DO_EPUBCHECK : " 1"
@@ -180,6 +180,6 @@ jobs:
180180 run : sudo apt-get install --no-install-recommends --yes graphviz
181181 - uses : astral-sh/setup-uv@v7
182182 - name : Test with pytest
183- run : uv run --locked --with pytest-cov --only- group test pytest -vv --cov . --cov-append --cov-config pyproject.toml
183+ run : uv run --locked --no-default-groups --group test --with pytest-cov pytest -vv --cov . --cov-append --cov-config pyproject.toml
184184 - name : codecov
185185 uses : codecov/codecov-action@v5
0 commit comments