Skip to content

Commit

Permalink
Test enter event-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jan 31, 2023
1 parent 2f9eb16 commit 4f84388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Run the tests
timeout-minutes: 10
run: pytest -W default -vv || pytest --vv -W default --lf
run: pytest -k test_enter_eventloop -W default -vv || pytest -k test_enter_eventloop --vv -W default --lf

test_miniumum_versions:
name: Test Minimum Versions
Expand Down
1 change: 1 addition & 0 deletions ipykernel/kernelbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def advance_eventloop():
return
self.log.debug("Advancing eventloop %s", eventloop)
try:
foo
eventloop(self)
except KeyboardInterrupt:
# Ctrl-C shouldn't crash the kernel
Expand Down

0 comments on commit 4f84388

Please sign in to comment.