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
______________________________ testTypedPkgSimple ______________________________
[gw1] darwin -- Python 3.10.0 /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl3v_i2pp/bin/python
data: /Users/runner/work/mypy_mypyc-wheels/mypy_mypyc-wheels/mypy/test-data/unit/pep561.test:14:
../tmpl3v_i2pp/lib/python3.10/site-packages/mypy/test/testpep561.py:31: in run_case
test_pep561(test_case)
../tmpl3v_i2pp/lib/python3.10/site-packages/mypy/test/testpep561.py:142: in test_pep561
out, err, returncode = mypy.api.run(cmd_line)
mypy/api.py:69: in run
???
mypy/api.py:58: in _run
???
mypy/api.py:69: in <lambda>
???
mypy/main.py:96: in main
???
mypy/main.py:173: in run_build
???
mypy/build.py:154: in build
???
mypy/build.py:186: in _build
???
mypy/modulefinder.py:844: in compute_search_paths
???
mypy/modulefinder.py:748: in get_search_dirs
???
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py:420: in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py:524: in run
raise CalledProcessError(retcode, process.args,
E subprocess.CalledProcessError: Command '['/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1l0jvq71/bin/python', '/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl3v_i2pp/lib/python3.10/site-packages/mypy/pyinfo.py', 'getsearchdirs']' returned non-zero exit status 1.
I have checked that this is a side effect of #13161.
The text was updated successfully, but these errors were encountered:
We run mypy/pyinfo.py as a script, and this means that mypy/types.py
could be picked up instead of the stdlib `types` module, which clearly
doesn't work. This seems to happen at least on macOS, and it broke
PEP 561 tests.
The workaround was accidentally removed as part of #13161.
This should fix#13174 and help with the wheel builds.
…#13176)
We run mypy/pyinfo.py as a script, and this means that mypy/types.py
could be picked up instead of the stdlib `types` module, which clearly
doesn't work. This seems to happen at least on macOS, and it broke
PEP 561 tests.
The workaround was accidentally removed as part of #13161.
This should fix#13174 and help with the wheel builds.
…#13176)
We run mypy/pyinfo.py as a script, and this means that mypy/types.py
could be picked up instead of the stdlib `types` module, which clearly
doesn't work. This seems to happen at least on macOS, and it broke
PEP 561 tests.
The workaround was accidentally removed as part of #13161.
This should fix#13174 and help with the wheel builds.
Traceback from https://github.com/mypyc/mypy_mypyc-wheels/runs/7376619798?check_suite_focus=true (also reproduces locally on macOS):
I have checked that this is a side effect of #13161.
The text was updated successfully, but these errors were encountered: