mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Extend test for parsing package manifest when "system" is used as a list
This commit is contained in:
@ -628,7 +628,8 @@ def test_package_json_schema():
|
|||||||
"name": "tool-scons",
|
"name": "tool-scons",
|
||||||
"description": "SCons software construction tool",
|
"description": "SCons software construction tool",
|
||||||
"keywords": "SCons, build",
|
"keywords": "SCons, build",
|
||||||
"url": "http://www.scons.org",
|
"homepage": "http://www.scons.org",
|
||||||
|
"system": ["linux_armv6l", "linux_armv7l", "linux_armv8l"],
|
||||||
"version": "3.30101.0"
|
"version": "3.30101.0"
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
@ -645,6 +646,7 @@ def test_package_json_schema():
|
|||||||
"description": "SCons software construction tool",
|
"description": "SCons software construction tool",
|
||||||
"keywords": ["scons", "build"],
|
"keywords": ["scons", "build"],
|
||||||
"homepage": "http://www.scons.org",
|
"homepage": "http://www.scons.org",
|
||||||
|
"system": ["linux_armv6l", "linux_armv7l", "linux_armv8l"],
|
||||||
"version": "3.30101.0",
|
"version": "3.30101.0",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user