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
Hey there, we realized today that installing the assembly package breaks our test suite because you're bundling your tests folder to the final distribution. This results in a tests folder in the site-packages folder which takes import precedence over any other package importing from tests (i.e from tests.helpers import helper resolves to assembly's tests)
We'll make our own distribution of the package to remedy this but I wanted to post the issue here.