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

Fix erroneous PyPI to Conda dep name conversion for PyPI deps #701

Merged
merged 2 commits into from
Sep 15, 2024

Conversation

maresb
Copy link
Contributor

@maresb maresb commented Sep 14, 2024

Description

When parsing PyPI deps from non-Poetry pyproject.toml files, we were converting the names to Conda even when we were keeping the dependencies as Python. This fixes that.

@maresb maresb requested a review from a team as a code owner September 14, 2024 19:13
Copy link

netlify bot commented Sep 14, 2024

Deploy Preview for conda-lock ready!

Name Link
🔨 Latest commit 36b6c98
🔍 Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/66e703b4b812dc000863dc5f
😎 Deploy Preview https://deploy-preview-701--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 configuration.

@maresb maresb mentioned this pull request Sep 14, 2024
Otherwise when we parse non-Poetry pyproject.toml, it always converts
PyPI names to conda names, even if the dep stays as PyPI.
@maresb maresb merged commit 50a86d6 into conda:main Sep 15, 2024
43 checks passed
@maresb maresb deleted the fix-parsing-pip-requirements branch September 15, 2024 16:12
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.

1 participant