mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Remove test code
This commit is contained in:
@ -150,7 +150,6 @@ def test_real_config(tmpdir):
|
||||
("extra_flags", "-L /usr/local/lib"),
|
||||
("lib_ignore", "LibIgnoreCustom")
|
||||
] # yapf: disable
|
||||
print(config.items(env="base"))
|
||||
assert config.items(env="base") == [
|
||||
("build_flags", [
|
||||
"-D DEBUG=1 -L /usr/local/lib", "-DSYSENVDEPS1 -DSYSENVDEPS2"]),
|
||||
|
Reference in New Issue
Block a user