poetry-core icon indicating copy to clipboard operation
poetry-core copied to clipboard

convert_script_files does not require script to exist

Open dimbleby opened this issue 2 years ago • 1 comments

Scripts can be generated during build. But poetry-core insists that scripts exist ahead of time.

fixes https://github.com/python-poetry/poetry/issues/8856

obviously this is giving up some validation: it is now possible to build a wheel that points at a non-existent script. But

  • I do not see an easy way of getting that back
  • probably it is pretty obvious when that happens
  • it already is possible to point at non-existent code in an entrypoint-style script, so in some sense this just puts things on an equal footing...

dimbleby avatar Feb 16 '24 20:02 dimbleby

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarqubecloud[bot] avatar Feb 16 '24 20:02 sonarqubecloud[bot]

Superseded by #710

radoering avatar Mar 17 '24 08:03 radoering