mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
tests: fix some warnings
This commit is contained in:
parent
2e042d7576
commit
69a5d82d25
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
||||||
ignore = E111, E302, E501
|
ignore = E111, E302, E501
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
# addopts = -n auto
|
addopts = --asyncio-mode=auto
|
||||||
|
|
|
@ -33,7 +33,7 @@ async def test_android_list(get_version):
|
||||||
"source": "android_sdk",
|
"source": "android_sdk",
|
||||||
"android_sdk": "cmake;",
|
"android_sdk": "cmake;",
|
||||||
"repo": "package",
|
"repo": "package",
|
||||||
"include_regex": "3\.10.*",
|
"include_regex": r"3\.10.*",
|
||||||
}) == "3.10.2"
|
}) == "3.10.2"
|
||||||
|
|
||||||
async def test_android_package_os(get_version):
|
async def test_android_package_os(get_version):
|
||||||
|
|
Loading…
Add table
Reference in a new issue