-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support PEP 517 and 518 #1
Conversation
CI failed with this error:
It appears we first need to configure Travis for Heroku access: #2 |
a6c6660
to
886d000
Compare
CI failed because some tests didn't pass: testPoetry pip refuses to perform an editable install for a pyproject.toml-based project.
testPoetryLock Same as above.
testSmartRequirements This is a regression, possibly caused by the pip upgrade. Apparently obsolete requirements are not uninstalled correctly.
|
Editable install and pyproject.toml Related issues and PRs:
|
c854946
to
e70bd25
Compare
Add two test cases for projects using poetry as the build backend: - testPoetry: project without dependencies - testPoetryLock: project with dependencies, using a poetry.lock file
e70bd25
to
b62611a
Compare
Add two test cases for projects using flit as the build backend: - testFlit: project without dependencies - testFlitRequires: project with dependencies
b62611a
to
dd34659
Compare
No description provided.