We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd53d7 commit e34aedbCopy full SHA for e34aedb
.github/workflows/downstream.yml
@@ -41,7 +41,6 @@ jobs:
41
test_command: pytest -vv -raXxs -W default --durations 10 --color=yes
42
43
jupyter_client:
44
- if: false
45
runs-on: ubuntu-latest
46
steps:
47
- name: Checkout
@@ -54,6 +53,7 @@ jobs:
54
53
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
55
with:
56
package_name: jupyter_client
+ test_command: "pytest -vv -raXxs -W default --durations 10 --color=yes -k 'not (test_input_request or signal_kernel_subprocess)'"
57
58
ipyparallel:
59
if: false
0 commit comments