Deprecate install_dev_deps config option

This commit is contained in:
2022-10-03 17:57:42 -04:00
parent 453b575159
commit b631a962b2
3 changed files with 15 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ def tox_addoption(parser: ToxParser):
name="install_dev_deps",
type="bool",
default=False,
help="Automatically install all Poetry development dependencies to the environment",
help="(deprecated) Automatically install all Poetry development dependencies to the environment",
)
parser.add_testenv_attribute(