File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
5555 timeout-minutes : 15
5656 if : ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
5757 run : |
58- PYTHONTRACEMALLOC=20 hatch run cov:test --cov-fail-under 50 -k test_print_to_correct_cell || PYTHONTRACEMALLOC=20 hatch run test:test --lf -k test_print_to_correct_cell
58+ PYTHONTRACEMALLOC=20 hatch run cov:test --cov-fail-under 50 -k test_print_to_correct_cell_from_child_thread || PYTHONTRACEMALLOC=20 hatch run test:test --lf -k test_print_to_correct_cell_from_child_thread
5959
6060 - name : Run the tests on pypy
6161 timeout-minutes : 15
6262 if : ${{ startsWith( matrix.python-version, 'pypy' ) }}
6363 run : |
64- PYTHONTRACEMALLOC=20 hatch run test:nowarn -k test_print_to_correct_cell || PYTHONTRACEMALLOC=20 hatch run test:nowarn --lf -k test_print_to_correct_cell
64+ PYTHONTRACEMALLOC=20 hatch run test:nowarn -k test_print_to_correct_cell_from_child_thread || PYTHONTRACEMALLOC=20 hatch run test:nowarn --lf -k test_print_to_correct_cell_from_child_thread
6565
6666 - name : Run the tests on Windows
6767 timeout-minutes : 15
7070 hatch run test:pip list
7171 hatch run test:python --version
7272 #hatch run test:python -m pip install git+https://github.com/ipython/ipython@92dd9e47fe8862ee38770744c165b680cb5241b1
73- PYTHONTRACEMALLOC=20 hatch run test:pytest -v -k test_print_to_correct_cell
73+ PYTHONTRACEMALLOC=20 hatch run test:pytest -v -k test_print_to_correct_cell_from_child_thread
7474
7575 - name : Check Launcher
7676 run : |
You can’t perform that action at this time.
0 commit comments