sarugaku / passa

Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.
ISC License
53 stars 12 forks source link

Better error reporting when wheel building fails #43

Open uranusjr opened 6 years ago

uranusjr commented 6 years ago

Similar to pypa/pipenv#2329. Currently we only detect the return value of WheelBuilder._build_one, but this masks the underlying error.

40 might be the better approach to build wheels anyway.