Skip to content
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

package: do not default to develop #98

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

abn
Copy link
Member

@abn abn commented Oct 6, 2020

Setting develop to True by default causes un-expected side-effects
and requires downstream consumers to rely on checks like
package.develop and package.source_type == "directory"" to determine
if develop mode (python-poetry/poetry#3099).

This also corresponds to current high-level behaviour of packages being
non-develop by default.

Setting develop to `True` by default causes un-expected side-effects
and requires downstream consumers to rely on checks like
`package.develop and package.source_type == "directory""` to determine
if develop mode.

This also corresponds to current high-level behaviour of packages being
non-develop by default.
@abn abn merged commit 5d5251c into python-poetry:master Mar 12, 2021
@abn abn deleted the fix/package-develop branch March 12, 2021 22:04
@sdispater sdispater mentioned this pull request Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants