File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 shell : bash -l {0}
117117 run : |
118118 cd ${GITHUB_WORKSPACE}/../qtconsole
119- xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -x - vv -s --full-trace --color=yes -k "not test_execute" qtconsole
119+ xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -vv -s --full-trace --color=yes -k "not test_execute" qtconsole
120120
121121 spyder_kernels :
122122 runs-on : ubuntu-latest
@@ -147,4 +147,4 @@ jobs:
147147 shell : bash -l {0}
148148 run : |
149149 cd ${GITHUB_WORKSPACE}/../spyder-kernels
150- xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -x - vv -s --full-trace --color=yes -k "not test_interrupt" spyder_kernels
150+ xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -vv -s --full-trace --color=yes -k "not test_interrupt" spyder_kernels
You can’t perform that action at this time.
0 commit comments