pyproject.toml without build-backend should auto-fallback to setup.py #6453
Labels
auto-locked
Outdated issues that have been locked by automation
resolution: duplicate
Duplicate of an existing issue/PR
Environment
Description
https://github.com/scop/hashpipe/tree/3cbb1283dfe55f7934a86650d2f474240ef2fff1
I have a pyproject.toml file with
[tool.black]
only. Running tests with tox I get pip 19.1 which errors out: https://travis-ci.org/scop/hashpipe/builds/525585963Expected behavior
PEP 517 says:
My case is this one (build-backend key is missing), so per the PEP, pip should automatically fall back to using setup.py and not ask me to opt out of it with
--no-use-pep517
(which would be inconvenient and I believe fail on pip versions that don't have that flag).How to Reproduce
See github.com/scop/hashpipe link above.
Output
See above.
The text was updated successfully, but these errors were encountered: