From 83f64cebbd9921eea99bf3f385c8c5fc3ff35b81 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 2 Jul 2019 12:23:35 +0300 Subject: [PATCH] Remove test code --- tests/test_projectconf.py | 1 - 1 file changed, 1 deletion(-) 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"]),