Fix UVC doing I/O in event loop (#34610)

This commit is contained in:
Paulus Schoutsen 2020-04-23 15:52:36 -07:00 committed by GitHub
parent 7bfc1d2840
commit afe15a2e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 11 deletions

View file

@ -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."""