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

correct regression in --skip-lock #6304

Merged
merged 4 commits into from
Oct 31, 2024
Merged

correct regression in --skip-lock #6304

merged 4 commits into from
Oct 31, 2024

Conversation

matteius
Copy link
Member

@matteius matteius commented Oct 31, 2024

correct regression in --skip-lock being passed the lockfile categories for the Pipfile categories and not finding anything.

The issue

Fixes #6301

The fix

We were using the wrong pipfile categories with --dev flag (lockfile categories instead of pipfile) -- its a shame those two name groups differ.

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix.rst, .feature.rst, .behavior.rst, .doc.rst. .vendor.rst. or .trivial.rst (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

@matteius matteius requested a review from oz123 October 31, 2024 10:35
@matteius matteius merged commit bf78c87 into main Oct 31, 2024
2 checks passed
@matteius matteius deleted the issue-6301 branch October 31, 2024 14:06
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.

2024.3.0 --skip-lock --dev install regression
2 participants