Skip to content

Comments

package: do not default to develop#98

Merged
abn merged 1 commit intopython-poetry:masterfrom
abn:fix/package-develop
Mar 12, 2021
Merged

package: do not default to develop#98
abn merged 1 commit intopython-poetry:masterfrom
abn:fix/package-develop

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 force-pushed the fix/package-develop branch from 3855247 to e336277 Compare March 12, 2021 00:25
@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