Skip to content

tox: Make 'mypy' use pinned requirements and add 'mypy-unpinned' command

Neill Whillans requested to merge neill/tox-mypy-unpinned into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

This request aims to make the current tox mypy command use pinned requirements, and adds a new command mypy-unpinned for the unpinned case.

Changes proposed in this merge request:

  • Changes mypy tox command to use requirements.txt
  • Adds mypy-unpinned tox command for the unpinned case

Validation

N/A

Issues addressed

N/A

Merge request reports