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
Looks like it's failed a few times on test_force_reinstall_with_same_version_specifier(), and only on the Python 2.7 job.
This is what the intermittent failure looks like:
assert result2.files_updated, 'force-reinstall failed'
AssertionError: force-reinstall failed
assert {}
+ where {} = <tests.lib.TestPipResult object at 0x10913cb90>.files_updated
My guess is that this is an issue with the scripttest library when running on Mac, specifically with how equality is computed with the files_updated dict:
This is what the intermittent failure looks like:
My guess is that this is an issue with the
scripttest
library when running on Mac, specifically with how equality is computed with thefiles_updated
dict:https://github.com/pypa/scripttest/blob/01c7db96ff01de034bd7781a4ed28d74eb716d32/scripttest.py#L391-L394
You can even see that someone filed a similar issue four years ago in pip's tracker: #2580
Someone should probably file an issue in scripttest's tracker.
Originally posted by @cjerdonek in #6043 (comment)
The text was updated successfully, but these errors were encountered: