Skip to content

Minimal ARM64 consideration #131

Minimal ARM64 consideration

Minimal ARM64 consideration #131

GitHub Actions / PyTest Results for 3.11-64 failed Feb 14, 2025 in 0s

1 errors in 1s

1 tests   - 513   0 ✅  - 458   1s ⏱️ - 2m 23s
1 suites ±  0   0 💤  -  56 
1 files   ±  0   0 ❌ ±  0   1 🔥 +1 

Results for commit 11665c4. ± Comparison against earlier commit 45b781b.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions 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'