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
I just encountered the same issue when packaging this module for Guix. The problem arises because tests/__init__.py is not included in the distributed version. Building directly from git works fine for this reason. An alternative fix would be to add this init file in the include section of flit in pyproject.toml.
While packaging this module for openSUSE, we have encountered this error:
Complete build log showing all packages used with their versions and steps taken.
In my opinion the problem are relative imports. And really, when I apply this patch:
then the problem goes away.
The text was updated successfully, but these errors were encountered: