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 acceptance tests on newer versions of setuptools
Since setuptools v49, acceptance tests were failing to import pynixify.
After a long session of debugging, the problem turned out to be that I
needed to add a __init__.py file.
Root cause of the regression: pypa/setuptools#2165
0 commit comments