Fix UVC doing I/O in event loop (#34610)
This commit is contained in:
parent
7bfc1d2840
commit
afe15a2e6b
2 changed files with 19 additions and 11 deletions
|
@ -213,6 +213,7 @@ class TestUVC(unittest.TestCase):
|
|||
],
|
||||
}
|
||||
self.nvr.server_version = (3, 2, 0)
|
||||
self.uvc.update()
|
||||
|
||||
def test_properties(self):
|
||||
"""Test the properties."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue