Skip to content

Commit

Permalink
Use {tox_root} instead of {toxinidir} in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ely-as committed Jun 22, 2023
1 parent 8600a04 commit 22a8982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -35,12 +35,12 @@ deps =
py311-django41: Django>=4.1.3
static: mypy
{format,static}: ruff
test: -r{toxinidir}{/}requirements.txt
test: -r{tox_root}{/}requirements.txt
test: pytest
test: pytest-mock
test: pytest-cov
commands =
format: ruff check --fix-only {tox_root}
static: ruff check {tox_root}
static: mypy
test: pytest --cov={toxinidir}
test: pytest --cov={tox_root}

0 comments on commit 22a8982

Please sign in to comment.