You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running test_pipchecker_with_outdated_requirement_on_pip20_1 in development, it modifies the environment by installing pip 20.1 without restoring the environment after the test.
Discovered this issue when working on #1778. The first run it fails, the second run its working again since pip 20.1 does not have that particular issue.
The text was updated successfully, but these errors were encountered:
When running
test_pipchecker_with_outdated_requirement_on_pip20_1
in development, it modifies the environment by installing pip 20.1 without restoring the environment after the test.Discovered this issue when working on #1778. The first run it fails, the second run its working again since pip 20.1 does not have that particular issue.
The text was updated successfully, but these errors were encountered: