Update for Windows platform. Resolves #18096 by ag-tafe · Pull Request #18097 · python/mypy (original) (raw)
Fixes #18096
Update of CONTRIBUTING.md document to be able to run tests using Windows OS.
Change to:
Use mypy to check mypy's own code
python3 runtests.py self
or equivalently:
python3 -m mypy --config-file mypy_self_check.ini -p mypy
Change to:
Use mypy to check mypy's own code
python runtests.py self
or equivalently:
python -m mypy --config-file mypy_self_check.ini -p mypy
described above to install tox
via pip
(e.g., python3 -m pip install tox
).
Change to:
described above to install tox
via pip
(e.g., python -m pip install tox
).