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(ci): add tests/__init__.py for package import in CI
Tests import from tests.conftest which requires tests/ to be a Python
package. Works locally via editable install but fails in CI without
__init__.py files.
0 commit comments