Skip to content

Commit 2c8dafa

Browse files
committed
debug sdist test
Revert "Fix server-extension paths (3rd time's the charm) (jupyter-server#734)" This reverts commit 461b551. Revert "Revert "Fix server-extension paths (3rd time's the charm) (jupyter-server#734)"" This reverts commit d6fdebc.
1 parent 2d01be6 commit 2c8dafa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
mkdir test
145145
tar --strip-components=1 -zxvf jupyter_server* -C ./test
146146
cd test
147-
pip install -e .[test]
147+
pip install .[test]
148148
pip install pytest-github-actions-annotate-failures
149149
- name: Run Test
150150
run: |

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ testpaths = [
1515
]
1616
timeout = 300
1717
# Restore this setting to debug failures
18-
# timeout_method = "thread"
18+
timeout_method = "thread"
1919

2020
[tool.jupyter-releaser]
2121
skip = ["check-links"]

0 commit comments

Comments
 (0)