Skip to content

Commit eee83c3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1a7a27e commit eee83c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_open_port():
7373

7474

7575
@pytest.fixture()
76-
def start_jupyverse(auth_mode, clear_users, cwd):#, capfd):
76+
def start_jupyverse(auth_mode, clear_users, cwd): # , capfd):
7777
os.chdir(cwd)
7878
port = get_open_port()
7979
command_list = [
@@ -87,7 +87,7 @@ def start_jupyverse(auth_mode, clear_users, cwd):#, capfd):
8787
p = subprocess.Popen(command_list)
8888
dtime, ttime, timeout = 0.1, 0, 10
8989
time.sleep(2)
90-
#while True:
90+
# while True:
9191
# time.sleep(dtime)
9292
# ttime += dtime
9393
# if ttime >= timeout:

tests/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
import pytest
55
import requests
6+
import y_py as Y
67
from websockets import connect
78
from ypy_websocket import WebsocketProvider
8-
import y_py as Y
99

1010
prev_theme = {}
1111
test_theme = {"raw": '{// jupyverse test\n"theme": "JupyterLab Dark"}'}

0 commit comments

Comments
 (0)