Closed mpizenberg closed 3 years ago
Currently, the strategy is to try offline first, and if that fails switch to online. Here is where that is done:
It would be nice if we could pass through a command line argument such as --offline
, --online-newest
or --online-oldest
to force a given behavior.
Done in 984a9e84
It would be nice to be able to check that even with the oldest set of compatible versions the tests pass. This can only be partially true though since indirect dependencies may force newer versions for some of the direct dependencies.