We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64ac70 commit 6368b61Copy full SHA for 6368b61
tests/test_timer.py
@@ -58,6 +58,10 @@ def _assert_tick_is_aligned(
58
assert (next_tick_time - scheduled_tick_time) % interval == pytest.approx(0.0)
59
60
61
+# https://github.com/frequenz-floss/frequenz-channels-python/issues/405
62
+@pytest.mark.filterwarnings(
63
+ r"ignore:Exception ignored in. <socket\.socket.*:pytest.PytestUnraisableExceptionWarning"
64
+)
65
@hypothesis.given(**_calculate_next_tick_time_args)
66
def test_policy_trigger_all_missed(
67
now: int, scheduled_tick_time: int, interval: int
0 commit comments