Commit d16d62e
authored
Fix Mypy availability in unit sessions (#2222)
### What does this PR do?
Generic unit Nox sessions collect a regression test that invokes Mypy,
but those environments did not install the tool. Install the existing
lint dependency group alongside the test dependencies so the behavioral
check runs with the same interpreter as the suite.
Type of change: Bug fix
### Testing
Covered by the standard unit and code-quality CI workflows.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated the unit test environment to include development linting
dependencies.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: Johannes Rausch <jrausch@nvidia.com>1 parent 4cb8905 commit d16d62e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments