Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The PPB Modernization Project #690

Draft
wants to merge 3 commits into
base: canon
Choose a base branch
from

The great fracturing.

c98a155
Select commit
Loading
Failed to load commit list.
Draft

The PPB Modernization Project #690

The great fracturing.
c98a155
Select commit
Loading
Failed to load commit list.
Cirrus CI / macOS PYTHON:3.12 failed Jan 26, 2024 in 2m 0s

Task Summary

Instruction main failed in 00:01

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:01 clone
✅ 01:56 install
❌ 00:01 main

ImportError while importing test module '/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/cirrus-ci-build/tests/test_vfs.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Users/admin/.pyenv/versions/3.12.1/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_vfs.py:9: in <module>
    import ppb.vfs
/Users/admin/.pyenv/versions/3.12.1/lib/python3.12/site-packages/ppb/__init__.py:38: in <module>
    from ppb import events
/Users/admin/.pyenv/versions/3.12.1/lib/python3.12/site-packages/ppb/events.py:56: in <module>
    from ppb.scenes import Scene
/Users/admin/.pyenv/versions/3.12.1/lib/python3.12/site-packages/ppb/scenes.py:5: in <module>
    from ppb.camera import Camera
/Users/admin/.pyenv/versions/3.12.1/lib/python3.12/site-packages/ppb/camera.py:16: in <module>
    from ppb.gomlib import GameObject
E   ModuleNotFoundError: No module named 'ppb.gomlib'
_________________ ERROR collecting tests/debug/test_sdlinfo.py _________________
ImportError while importing test module '/private/var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/cirrus-ci-build/tests/debug/test_sdlinfo.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Users/admin/.pyenv/versions/3.12.1/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/debug/test_sdlinfo.py:1: in <module>
    import ppb.debug.sdlinfo as sdlinfo
/Users/admin/.pyenv/versions/3.12.1/lib/python3.12/site-packages/ppb/__init__.py:38: in <module>
    from ppb import events
/Users/admin/.pyenv/versions/3.12.1/lib/python3.12/site-packages/ppb/events.py:56: in <module>
    from ppb.scenes import Scene
/Users/admin/.pyenv/versions/3.12.1/lib/python3.12/site-packages/ppb/scenes.py:5: in <module>
    from ppb.camera import Camera
/Users/admin/.pyenv/versions/3.12.1/lib/python3.12/site-packages/ppb/camera.py:16: in <module>
    from ppb.gomlib import GameObject
E   ModuleNotFoundError: No module named 'ppb.gomlib'
=========================== short test summary info ============================
ERROR tests/test_animation.py
ERROR tests/test_assets.py
ERROR tests/test_camera.py
ERROR tests/test_changelib.py
ERROR tests/test_default_sprites.py
ERROR tests/test_engine.py
ERROR tests/test_events.py
ERROR tests/test_flags.py
ERROR tests/test_gom.py
ERROR tests/test_layering.py
ERROR tests/test_scenes.py
ERROR tests/test_sprites.py
ERROR tests/test_system_utils.py
ERROR tests/test_systems.py
ERROR tests/test_testutil.py
ERROR tests/test_twophase.py
ERROR tests/test_vfs.py
ERROR tests/debug/test_sdlinfo.py
!!!!!!!!!!!!!!!!!!! Interrupted: 18 errors during collection !!!!!!!!!!!!!!!!!!!
============================== 18 errors in 0.30s ==============================

Exit status: 2