canonical / canonical/cloud-init
[enhancement]: mypy requires tox
Open
enhancement
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 1.1k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 18
Description
# Enhancement
Various test dependencies are not included in our `test-requirements.txt`, which means that running outside of `tox` for certain tests (`mypy`, `hypothesis`), require digging in the `tox.ini` to get this dependency list. It would be nice for these to be grouped with the other unittest dependencies, or maybe in a separate dependency file (or even just in `pyproject.toml`).
Contributor guide
Assessment
This issue has not been assessed yet.