tests: fix some warnings
This commit is contained in:
parent
2e042d7576
commit
69a5d82d25
|
@ -2,4 +2,4 @@
|
|||
ignore = E111, E302, E501
|
||||
|
||||
[tool:pytest]
|
||||
# addopts = -n auto
|
||||
addopts = --asyncio-mode=auto
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue