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
Due to an update of poetry some behaviour changed
where it no longer supports the `src` layout of
python projects by default. This resulted in the
three tests of `TestPoetry` failing.
The fix creates the source files under the `test`
directory matching the package name.
* tests/test_pyvenv.py
0 commit comments