We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2371d7b commit aa28cb6Copy full SHA for aa28cb6
tests/conftest.py
@@ -8,7 +8,7 @@
8
import jupyterhub
9
import netifaces
10
import pytest
11
-from pytest_jupyterhub.jupyterhub_spawners import hub_app
+# from pytest_jupyterhub.jupyterhub_spawners import hub_app
12
from docker import from_env as docker_from_env
13
from docker.errors import APIError
14
from jupyterhub import version_info as jh_version_info
@@ -22,6 +22,8 @@
22
# make Hub connectable from docker by default
23
# do this here because the `app` fixture has already loaded configuration
24
25
+# Load pytest plugins
26
+pytest_plugins = "jupyterhub-spawners-plugin"
27
28
MockHub.hub_ip = "0.0.0.0"
29
0 commit comments