Skip to content

Commit

Permalink
Fixing Python tests ?
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Oct 18, 2024
1 parent 25b2fc3 commit e23adc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipywidgets/widgets/tests/test_send_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

from ..._version import __control_protocol_version__

import ipykernel

# A widget with simple traits
class SimpleWidget(Widget):
a = Bool().tag(sync=True)
Expand Down
1 change: 1 addition & 0 deletions ipywidgets/widgets/tests/test_set_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import ipywidgets
from ipywidgets import Widget
import ipykernel


@pytest.fixture(params=[True, False])
Expand Down

0 comments on commit e23adc3

Please sign in to comment.