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 #3139 #4448

Closed
wants to merge 1 commit into from
Closed

Fix #3139 #4448

wants to merge 1 commit into from

Conversation

volgar1x
Copy link

Pull Request Check List

Resolves: #3139

  • Added tests for changed code.
  • Updated documentation for changed code.

@@ -512,6 +513,12 @@ def _filter_operations(
package = op.package

if op.job_type == "uninstall":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's DRY this up a bit. Something like:

if not self._create_virtualenv and isinstance(op, (Update, Uninstall)):
    op.skip(f"Virtualenv creation disabled (during {op.job_type})")
    continue

@neersighted
Copy link
Member

I would also like some regression tests to validate this change -- it looks like there are reproduction instructions at the linked issue.

@Secrus
Copy link
Member

Secrus commented Sep 10, 2022

This PR targets closed issue and the 1.1 branch. Closing.

@Secrus Secrus closed this Sep 10, 2022
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants