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 ccac4e7 commit 792eecbCopy full SHA for 792eecb
tests/test_usb.py
@@ -1691,8 +1691,8 @@ async def makedirs(cache_dir: str, exist_ok: bool) -> None:
1691
"FEDCBA9876543210": pw_api.NodeType.CIRCLE,
1692
"1298347650AFBECD": pw_api.NodeType.SCAN,
1693
}
1694
- pw_nw_cache.update_nodetypes("1234ABCD4321FEDC", pw_api.NodeType.STEALTH)
1695
+ # pw_nw_cache.update_nodetypes("1234ABCD4321FEDC", pw_api.NodeType.STEALTH)
1696
with patch("aiofiles.threadpool.sync_open", return_value=mock_file_stream):
1697
# await pw_nw_cache.save_cache()
1698
await pw_nw_cache.update_nodetypes(
0 commit comments