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 d899ce6 commit e1c3919Copy full SHA for e1c3919
.github/workflows/downstream.yml
@@ -147,4 +147,4 @@ jobs:
147
shell: bash -l {0}
148
run: |
149
cd ${GITHUB_WORKSPACE}/../spyder-kernels
150
- xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -vv -s --full-trace --color=yes -k "not test_interrupt" spyder_kernels
+ xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -vv -s --full-trace --color=yes -k 'not test_interrupt and not test_enter_debug_after_interruption' spyder_kernels
0 commit comments