From 964baf940281c180af88451a46740ee814e29c99 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Fri, 21 Feb 2025 10:38:06 +0100 Subject: [PATCH] remove leftover debug statements --- lib/spack/spack/test/cmd/install.py | 1 - lib/spack/spack/test/graph.py | 2 -- 2 files changed, 3 deletions(-) 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