diff --git a/lib/spack/spack/test/cmd/install.py b/lib/spack/spack/test/cmd/install.py index 04aedbbf993..365d14d9c48 100644 --- a/lib/spack/spack/test/cmd/install.py +++ b/lib/spack/spack/test/cmd/install.py @@ -105,7 +105,6 @@ def test_install_package_already_installed( assert filename in files content = filename.open().read() - print(content) assert 'tests="5"' in content assert 'failures="0"' in content assert 'errors="0"' in content diff --git a/lib/spack/spack/test/graph.py b/lib/spack/spack/test/graph.py index b0f0071c96d..e82358c02aa 100644 --- a/lib/spack/spack/test/graph.py +++ b/lib/spack/spack/test/graph.py @@ -46,8 +46,6 @@ def test_ascii_graph_mpileaks(config, mock_packages, monkeypatch): graph_str = stream.getvalue() graph_str = "\n".join([line.rstrip() for line in graph_str.split("\n")]) - print(graph_str) - assert ( graph_str == r"""o mpileaks