Skip to content

Commit 9de65b2

Browse files
committed
-
1 parent 25f939d commit 9de65b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -70,7 +70,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)