-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make type checking a seperate tox environment
pypy fails on mypy.stubtest with "ModuleNotFoundError: No module named '_symtable'". The simplest way to to not run this on pypy is to split out type checking into a seperate environment and only run it if not pypy. In doing so, the encoding warning need not be turned on for the type checking environment so python does not need to be run in "ignore warnings" mode to execute mypy.
- Loading branch information
1 parent
4c009c3
commit 7083430
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters