We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7f116 commit 420c7efCopy full SHA for 420c7ef
mypyc/test-data/run-tuples.test
@@ -143,8 +143,8 @@ if sys.version_info >= (3, 14):
143
# on Windows.
144
msg = 'Missing "test" module.'
145
if sys.platform == "win32":
146
- msg += (' Please install a version of Python with the test module'
147
- ' by running pymanager install --force PythonTest\\<version>')
+ msg += (' Please install a version of Python with the test module.'
+ ' If you are using pymanager, try running pymanager install --force PythonTest\\<version>')
148
raise ImportError(msg) from e
149
150
if not HAVE_TEST:
0 commit comments