in the project's toml, under the "[tool.poetry.dev-dependencies]" section we should have pytest-cov = "*" pytest-sugar = "*" tox.ini already includes both as dependencies under the "[testenv]" section.
in the project's toml, under the "[tool.poetry.dev-dependencies]" section we should have
pytest-cov = ""
pytest-sugar = ""
tox.ini already includes both as dependencies under the "[testenv]" section.