Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix mypy not detect pytest in dev ci (#46)
mypy require pytest (test dependency) to be installed in order to perform static type analysis, hence it raise error if pytest dependency not installed. to fix this, we just need to include the test dependency.
- Loading branch information