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
Rather than rebuilding the package finder, which seems to have a number
of unexpected and undesirable side-effects, implement a safe way to clear
the cache on a package finder.
A new regression test for #2220 validates the fix, demonstrating that we
preserve the `--extra-index-url` provided via `requirements.in`.
This also fixes#2294 , for similar reasons.
This change was also manually tested on the reproducers from #2220 and
#2294, where it has the correct effect.
Fixed a bug in which `pip-compile` lost any index URL options when looking up hashes -- by {user}`sirosen`.
2
+
3
+
This caused errors when a package was only available from an extra index, and caused `pip-compile` to incorrectly drop index URL options from output, even when they were present in the input requirements.
0 commit comments