From 858dca1323eb6a923fa4392dc8457d7798c38cfd Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Wed, 13 Aug 2025 09:16:02 +0100 Subject: [PATCH 1/3] Reinstate jupyter_client downstream tests with exclusions --- .github/workflows/downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 5a08f1d94..c8fbdabed 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -41,7 +41,6 @@ jobs: test_command: pytest -vv -raXxs -W default --durations 10 --color=yes jupyter_client: - if: false runs-on: ubuntu-latest steps: - name: Checkout @@ -54,6 +53,7 @@ jobs: uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1 with: package_name: jupyter_client + test_command: "pytest -vv -raXxs -W default --durations 10 --color=yes" ipyparallel: if: false From 661d6d4d945d90f6dce25b17aef640974f62d430 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Wed, 13 Aug 2025 09:32:18 +0100 Subject: [PATCH 2/3] Exclude some tests --- .github/workflows/downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index c8fbdabed..52f3af73e 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -53,7 +53,7 @@ jobs: uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1 with: package_name: jupyter_client - test_command: "pytest -vv -raXxs -W default --durations 10 --color=yes" + test_command: "pytest -vv -raXxs -W default --durations 10 --color=yes -k 'not test_input_request'" ipyparallel: if: false From b53f5869a1f9d0f1651ef49005697df36e98d1f7 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Wed, 13 Aug 2025 09:43:47 +0100 Subject: [PATCH 3/3] Exclude some tests --- .github/workflows/downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 52f3af73e..94fa2f8a0 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -53,7 +53,7 @@ jobs: uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1 with: package_name: jupyter_client - test_command: "pytest -vv -raXxs -W default --durations 10 --color=yes -k 'not test_input_request'" + test_command: "pytest -vv -raXxs -W default --durations 10 --color=yes -k 'not (test_input_request or signal_kernel_subprocess)'" ipyparallel: if: false