From 2c8dafa6bbbb72528e695a451e377ed97493912b Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 15 Mar 2022 08:36:42 -0500 Subject: [PATCH] debug sdist test Revert "Fix server-extension paths (3rd time's the charm) (#734)" This reverts commit 461b55146888b58a84c6cfc70c9bbfdb3e8d6aba. Revert "Revert "Fix server-extension paths (3rd time's the charm) (#734)"" This reverts commit d6fdebce705088cc152846d7f89526751cbe184d. --- .github/workflows/python-linux.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-linux.yml b/.github/workflows/python-linux.yml index ff7e916816..b178640653 100644 --- a/.github/workflows/python-linux.yml +++ b/.github/workflows/python-linux.yml @@ -144,7 +144,7 @@ jobs: mkdir test tar --strip-components=1 -zxvf jupyter_server* -C ./test cd test - pip install -e .[test] + pip install .[test] pip install pytest-github-actions-annotate-failures - name: Run Test run: | diff --git a/pyproject.toml b/pyproject.toml index bcca5ccf78..be1c515114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ testpaths = [ ] timeout = 300 # Restore this setting to debug failures -# timeout_method = "thread" +timeout_method = "thread" [tool.jupyter-releaser] skip = ["check-links"]