We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ee5c3 commit a369e25Copy full SHA for a369e25
tests/devices/test_device_manager.py
@@ -37,7 +37,7 @@ def channel_fixture() -> Generator[Mock, None, None]:
37
38
39
@pytest.fixture(autouse=True)
40
-def mock_sleep() -> Generator[Mock, None, None]:
+def mock_sleep() -> Generator[None, None, None]:
41
"""Mock sleep logic to speed up tests."""
42
sleep_time = datetime.timedelta(seconds=0.001)
43
with (
0 commit comments