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 2a8c685 commit 58a64f4Copy full SHA for 58a64f4
1 file changed
.github/workflows/downstream.yml
@@ -117,7 +117,7 @@ jobs:
117
shell: bash -l {0}
118
run: |
119
cd ${GITHUB_WORKSPACE}/../qtconsole
120
- xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -x -vv -s --full-trace --color=yes qtconsole
+ xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -x -vv -s --full-trace --color=yes qtconsole -k "not test_scroll"
121
122
spyder_kernels:
123
runs-on: ubuntu-latest
0 commit comments