Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Include test dependencies when linting
Include the test dependencies when linting, especially `pytest`. We need this because `mypy` cannot understand the `pytest.raises` exception, and specifically the fact that it catches exceptions. It assumes that the next code block is unreachable, since it doesn't see any try ... except.
- Loading branch information