Minimal ARM64 consideration #131
GitHub Actions / PyTest Results for 3.11-64
failed
Feb 14, 2025 in 0s
1 errors in 1s
Annotations
github-actions / PyTest Results for 3.11-64
test_system_modules with error
junit/test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module 'D:\a\PythonForWindows\PythonForWindows\tests\test_system_modules.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\importlib\__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests\test_system_modules.py:4: in <module>
from pfwtest import *
E ModuleNotFoundError: No module named 'pfwtest'
Loading