Rename constraints param of DefaultIsolatedEnv.install - #1160
Conversation
5e07883 to
5e6fcb6
Compare
813f8df to
ca2a4cc
Compare
gaborbernat
left a comment
There was a problem hiding this comment.
Wouldn't this be a breaking change?
|
Technically, yes. It’s why I’ve put it under the v2 milestone. I’m hoping to revamp the util module for a new major release; this can go in with it. |
|
I checked pyodide-build, it doesn't use this arg. |
ca2a4cc to
115404a
Compare
|
I'm not sure if we need this, but if you strongly feel about this, we should take this moment to add it to the entire library and collect similar breaking changes so we can do one pass through it. That being said, I want to hold on to this change until we cut a new release for version one of all the non-breaking changes we already have on the main and it's not released. |
|
I agree, that's why I've been filing some of these changes under v2. See above:
|
|
Can we keep this pull request draft until we cut the release of the latest main branch under version 1, then? |
|
Sure. |
115404a to
e73b707
Compare
e73b707 to
e868db8
Compare
f83252b to
93143bb
Compare
This is a vestige from a previous version where the constraints.txt file was incorrectly interpreted as a requirement list.
93143bb to
8318ce9
Compare
Description
This is a vestige from a previous version where the constraints.txt file was incorrectly interpreted as a requirement list.
Changelog
docs/changelog/<pr_number>.<type>.rstfeature,bugfix,doc,removal,misc123.feature.rstcontainingAdd custom backend support - by :user:`yourname`Checklist
tox)tox -e fix)tox -e type)tox -e docs)