From 22a898254899420e554eb1cc53e0973e6bb96b3c Mon Sep 17 00:00:00 2001 From: ely-as Date: Wed, 21 Jun 2023 22:58:04 -0700 Subject: [PATCH] Use {tox_root} instead of {toxinidir} in tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f03a429..b6ded8b 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ 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 @@ -43,4 +43,4 @@ commands = format: ruff check --fix-only {tox_root} static: ruff check {tox_root} static: mypy - test: pytest --cov={toxinidir} + test: pytest --cov={tox_root}