From 118d8e4f571a1d22a2922146d4bebc5bb3691182 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Thu, 23 Mar 2023 23:22:45 +0100 Subject: unit tests: don't hard-code arch in compiler config (#36360) This breaks when testing on non-x86_64 machines outside CI --- lib/spack/spack/test/concretize.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/spack/spack/test/concretize.py b/lib/spack/spack/test/concretize.py index c2fc3731f0..80ad390e53 100644 --- a/lib/spack/spack/test/concretize.py +++ b/lib/spack/spack/test/concretize.py @@ -2114,7 +2114,6 @@ class TestConcretize(object): "fc": "/usr/bin/gfortran", }, "operating_system": "debian6", - "target": "x86_64", "modules": [], } }, @@ -2128,7 +2127,6 @@ class TestConcretize(object): "fc": "/usr/bin/gfortran", }, "operating_system": "debian6", - "target": "x86_64", "modules": [], } }, @@ -2150,7 +2148,6 @@ class TestConcretize(object): "spec": "gcc@foo", "paths": {"cc": gcc_path, "cxx": gcc_path, "f77": None, "fc": None}, "operating_system": "debian6", - "target": "x86_64", "modules": [], } } -- cgit v1.2.3-60-g2f50