You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on a Windows machine. Inside my typeshed clone and a fresh virtual environment, if I run python -m pip install -r requirements-tests-py3.txt, it fails due to the fact that pytype is not currently supported on Windows.
The instructions in CONTRIBUTING.md don't state that MacOS/Linux is a necessary requirement to run the tests locally (and, it might be nice to have a narrower suite of tests that can be easily run on Windows! 🙂). CONTRIBUTING.md should also probably be updated to state that running tests on Python 3.10 is not yet supported.
The text was updated successfully, but these errors were encountered:
AlexWaygood
changed the title
Instructions for running tests fails on Windows
Instructions for "preparing the environment" fail on Windows
Nov 12, 2021
I'm on a Windows machine. Inside my
typeshed
clone and a fresh virtual environment, if I runpython -m pip install -r requirements-tests-py3.txt
, it fails due to the fact that pytype is not currently supported on Windows.pytype also doesn't currently support Python 3.10.
The instructions in
CONTRIBUTING.md
don't state that MacOS/Linux is a necessary requirement to run the tests locally (and, it might be nice to have a narrower suite of tests that can be easily run on Windows! 🙂).CONTRIBUTING.md
should also probably be updated to state that running tests on Python 3.10 is not yet supported.The text was updated successfully, but these errors were encountered: