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

Convert this test off pip-shims, it became flakey recently. #5226

Merged
merged 2 commits into from
Aug 6, 2022

Conversation

matteius
Copy link
Member

@matteius matteius commented Aug 6, 2022

The issue

This test sporadically fails on some of the CI runs -- looking more closely, we can convert off a vistir usage and update this test to not use pip-shims. Hopefully this helps the CI not fail this test randomly.

@@ -273,9 +274,7 @@ def convert_deps_to_pip(
return dependencies

# Write requirements.txt to tmp directory.
from pipenv.vendor.vistir.path import create_tracked_tempfile

f = create_tracked_tempfile(suffix="-requirements.txt", delete=False)
Copy link
Contributor

Choose a reason for hiding this comment

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

You always get bonus points for removing usage of vistir :-)

@oz123 oz123 merged commit 523d1fe into main Aug 6, 2022
@oz123 oz123 deleted the cleanup-flakey-test branch August 6, 2022 22: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.

2 participants