diff --git a/tests/test_projectconf.py b/tests/test_projectconf.py index 882c2dd6..1ad8b2cd 100644 --- a/tests/test_projectconf.py +++ b/tests/test_projectconf.py @@ -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"]),