We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e3e19 commit 0d72ffcCopy full SHA for 0d72ffc
.github/workflows/ci-cd.yml
@@ -204,13 +204,6 @@ jobs:
204
run: >- # `exit 1` makes sure that the job remains red with flaky runs
205
pytest --no-cov -vvvvv --lf && exit 1
206
shell: bash
207
- - name: Run dev_mode tests
208
- env:
209
- COLOR: yes
210
- AIOHTTP_NO_EXTENSIONS: ${{ matrix.no-extensions }}
211
- PIP_USER: 1
212
- run: python -X dev -m pytest -m dev_mode --cov-append
213
- shell: bash
214
- name: Turn coverage into xml
215
env:
216
COLOR: 'yes'
0 commit comments