Skip to content

Commit e34aedb

Browse files
authored
Reinstate jupyter_client downstream tests with exclusions (#1425)
1 parent efd53d7 commit e34aedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
test_command: pytest -vv -raXxs -W default --durations 10 --color=yes
4242

4343
jupyter_client:
44-
if: false
4544
runs-on: ubuntu-latest
4645
steps:
4746
- name: Checkout
@@ -54,6 +53,7 @@ jobs:
5453
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
5554
with:
5655
package_name: jupyter_client
56+
test_command: "pytest -vv -raXxs -W default --durations 10 --color=yes -k 'not (test_input_request or signal_kernel_subprocess)'"
5757

5858
ipyparallel:
5959
if: false

0 commit comments

Comments
 (0)