zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 2 forks source link

Fix tests in offline mode #63

Closed analog-cbarber closed 1 year ago

analog-cbarber commented 1 year ago

A number of unit tests fail when running without an internet connection.

We should fix as many of these as possible to work without a connection, and those that require it should simply be skipped with an appropriate message.