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
The etcd3 and python-consul2 libraries are not installed anymore by default, when installing jupyterhub-traefik-proxy(#127). This libs are only required by the key-value store variants of the proxy, so TomlProxy shouldn't need them (checkout #125 for more context).
We should:
Document this
Add a test that checks that TomlProxy doesn't require these libraries and works without them (I suspect some refactoring of the testing infrastructure needs to happen before too, because the proxies are a bit "tied together" in the CI)
The text was updated successfully, but these errors were encountered:
GeorgianaElena
changed the title
Document and test TomlProxy's sof deps (etcd3 & python-consul2)
Document and test proxy's soft dependencies
May 10, 2021
The etcd3 and python-consul2 libraries are not installed anymore by default, when installing
jupyterhub-traefik-proxy
(#127). This libs are only required by the key-value store variants of the proxy, so TomlProxy shouldn't need them (checkout #125 for more context).We should:
The text was updated successfully, but these errors were encountered: