Skip to content

Commit

Permalink
Remove consul and etcd proxies from pkg and stop testing them
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena authored and alexleach committed Jul 18, 2021
1 parent 3185a22 commit 4d4e051
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions jupyterhub_traefik_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from .proxy import TraefikProxy # noqa
from .kv_proxy import TKvProxy # noqa
from .etcd import TraefikEtcdProxy
from .consul import TraefikConsulProxy
from .fileprovider import TraefikFileProviderProxy

from ._version import get_versions
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ def run(self):
cmdclass=cmdclass,
entry_points={
"jupyterhub.proxies": [
"traefik_consul = jupyterhub_traefik_proxy:TraefikConsulProxy",
"traefik_etcd = jupyterhub_traefik_proxy:TraefikEtcdProxy",
"traefik_file = jupyterhub_traefik_proxy:TraefikFileProviderProxy",
]
},
Expand Down
8 changes: 0 additions & 8 deletions tests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@

@pytest.fixture(
params=[
#"no_auth_consul_proxy",
#"auth_consul_proxy",
#"no_auth_etcd_proxy",
#"auth_etcd_proxy",
"toml_proxy",
"yaml_proxy",
#"external_consul_proxy",
#"auth_external_consul_proxy",
#"external_etcd_proxy",
#"auth_external_etcd_proxy",
"external_toml_proxy",
"external_yaml_proxy",
]
Expand Down

0 comments on commit 4d4e051

Please sign in to comment.