Skip to content

Commit 743e53d

Browse files
committed
fix merge conflicts
2 parents aa28cb6 + 924483b commit 743e53d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import netifaces
1010
import pytest
1111
# from pytest_jupyterhub.jupyterhub_spawners import hub_app
12+
# from pytest_jupyterhub.jupyterhub_spawners import hub_app
1213
from docker import from_env as docker_from_env
1314
from docker.errors import APIError
1415
from jupyterhub import version_info as jh_version_info
@@ -22,6 +23,10 @@
2223
# make Hub connectable from docker by default
2324
# do this here because the `app` fixture has already loaded configuration
2425

26+
# Load pytest plugins
27+
pytest_plugins = "jupyterhub-spawners-plugin"
28+
29+
2530
# Load pytest plugins
2631
pytest_plugins = "jupyterhub-spawners-plugin"
2732

0 commit comments

Comments
 (0)