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

Warn when pyproject.toml dependencies are dynamic #356

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

maresb
Copy link
Contributor

@maresb maresb commented Feb 19, 2023

Description

If dependencies are specified dynamically in pyproject.toml (e.g. like currently in conda-lock), then they can't be parsed without first building the project. This PR doesn't implement a fix, but rather it emits a warning that dependencies will be ignored for now. To aid future work, an explanatory comment includes details and references.

@maresb maresb requested a review from a team as a code owner February 19, 2023 12:35
@netlify
Copy link

netlify bot commented Feb 19, 2023

Deploy Preview for conda-lock ready!

Name Link
🔨 Latest commit 3c07f7b
🔍 Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/63f219cb36a35000082f457f
😎 Deploy Preview https://deploy-preview-356--conda-lock.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@maresb maresb force-pushed the warn-on-dynamic-dependencies branch from bd4e29b to 3c07f7b Compare February 19, 2023 12:44
maresb added a commit to maresb/conda-lock that referenced this pull request Feb 19, 2023
This makes our dependencies declarative rather than dynamic. See conda#356.
@maresb maresb merged commit 19b1e00 into conda:main Feb 24, 2023
@maresb maresb deleted the warn-on-dynamic-dependencies branch February 24, 2023 22:28
maresb added a commit to maresb/conda-lock that referenced this pull request Feb 25, 2023
This makes our dependencies declarative rather than dynamic. See conda#356.
maresb added a commit to maresb/conda-lock that referenced this pull request Feb 25, 2023
This makes our dependencies declarative rather than dynamic. See conda#356.
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.

None yet

2 participants