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
fix(tests): ensure import hook is registered before pynecore imports
Register the import hook at the top of conftest.py to guarantee AST
transformations work, even if __pycache__ is deleted. This change
prevents issues with module imports during test execution.
0 commit comments