ImperialCollegeLondon / python-template

A template for Python projects using cookiecutter
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Remove pytest-mypy #136

Closed AdrianDAlessandro closed 3 weeks ago

AdrianDAlessandro commented 3 weeks ago

Description

This removes pytest-mypy because of the issue with test discovery in the vscode extension. To make up for it, mypy has bee added to CI.

There is a chance the CI tests will fail because of either the run: pip install .[dev] making mypy . fail, or the test_version test causing problems with if we do run: pip install -r dev-requirements.txt. So this will need to be resolved either way.

Fixes #135

Type of change

Key checklist

Further checks