python -m pip install coverage[toml]

This commit is contained in:
Christian Clauss 2024-11-08 21:35:00 +01:00
parent 0cdbbc7b66
commit 0278384396
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tomli tox tox-gh-actions
python -m pip install --upgrade tox tox-gh-actions
python -m pip install --editable ".[testing]"
- name: Tox tests

View file

@ -16,7 +16,7 @@ usedevelop = true
[testenv]
package = editable
deps =
coverage
coverage[toml]
coverage_enable_subprocess
dj32: django~=3.2.9
dj41: django~=4.1.3