duckinator / bork

A Python build and release management tool.
https://bork.readthedocs.io
MIT License
12 stars 2 forks source link

Add tests for `bork.api.dependencies()` #309

Closed duckinator closed 10 months ago

duckinator commented 1 year ago

I'm merging #308 now to avoid it becoming stale, since it fixes bork dependencies/bork.api.dependencies().

But I'd like to have tests, to avoid it happening again in the future.

duckinator commented 10 months ago

bork dependencies and bork.api.dependencies() have been removed, since the pep517 library is unmaintained and afaict neither pyproject_hooks nor build provide what is needed for this.