summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/spack/spack/test/spec_yaml.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/spack/spack/test/spec_yaml.py b/lib/spack/spack/test/spec_yaml.py
index 5c274797a4..9943084951 100644
--- a/lib/spack/spack/test/spec_yaml.py
+++ b/lib/spack/spack/test/spec_yaml.py
@@ -98,10 +98,6 @@ def test_using_ordered_dict(mock_packages):
for spec in specs:
dag = Spec(spec)
dag.normalize()
- from pprint import pprint
- pprint(dag.to_node_dict())
- break
-
level = descend_and_check(dag.to_node_dict())
# level just makes sure we are doing something here