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
The lit.cfg file was overriding PYTHONPATH to use the contents in
<PWD>/build if that existed. This means that if you install the
package locally with `pip install .` and get that temporary build
directory, it will be preferred over the just-built version that
gets installed when running `tox`.
Instead, leave PYTHONPATH alone and let it be set by `tox`.
0 commit comments