Skip to content

pyproject-fmt/2.29.3

Choose a tag to compare

@gaborbernat gaborbernat released this 01 Sep 14:58
· 2 commits to main since this release

Fixed

  • The test suite the source distribution ships passes from the unpacked sdist. The backend read the project metadata from beside itself, and the sdist keeps a copy of that file next to the tests, a directory below the pyproject.toml it belongs to, so eight tests ended on the file it could not find. It reads the metadata from either place. (#454, #457)