diff --git a/pyproject.toml b/pyproject.toml index 101e72d7..2d4ace72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -200,7 +200,6 @@ legacy_tox_ini = """ [testenv] # these options make Tox use the existing .venv dir created by venv envdir = {env:VENV:.venv} - usedevelop = true recreate = false skip_install = true @@ -211,8 +210,6 @@ legacy_tox_ini = """ # for a subset of tests in the monorepo rather # than for all tests in the repo. PYTEST_ADDOPTS = --cov={env:PYTEST_TARGET:.} - # additional pytest flags - defaults to no flags - PYTEST_FLAGS = {env:PYTEST_FLAGS:} commands = # use `.` add the default --cov option if it's not specified pytest {env:PYTEST_FLAGS} {env:PYTEST_ADDOPTS:--cov=.} {env:PYTEST_TARGET}