We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa28cb6 + 924483b commit 743e53dCopy full SHA for 743e53d
tests/conftest.py
@@ -9,6 +9,7 @@
9
import netifaces
10
import pytest
11
# from pytest_jupyterhub.jupyterhub_spawners import hub_app
12
+# from pytest_jupyterhub.jupyterhub_spawners import hub_app
13
from docker import from_env as docker_from_env
14
from docker.errors import APIError
15
from jupyterhub import version_info as jh_version_info
@@ -22,6 +23,10 @@
22
23
# make Hub connectable from docker by default
24
# do this here because the `app` fixture has already loaded configuration
25
26
+# Load pytest plugins
27
+pytest_plugins = "jupyterhub-spawners-plugin"
28
+
29
30
# Load pytest plugins
31
pytest_plugins = "jupyterhub-spawners-plugin"
32
0 commit comments