tests: fix some warnings

This commit is contained in:
lilydjwg 2022-04-07 14:06:03 +08:00
parent 2e042d7576
commit 69a5d82d25
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
ignore = E111, E302, E501
[tool:pytest]
# addopts = -n auto
addopts = --asyncio-mode=auto

View File

@ -33,7 +33,7 @@ async def test_android_list(get_version):
"source": "android_sdk",
"android_sdk": "cmake;",
"repo": "package",
"include_regex": "3\.10.*",
"include_regex": r"3\.10.*",
}) == "3.10.2"
async def test_android_package_os(get_version):