summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/mock_packages_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/test/mock_packages_test.py')
-rw-r--r--lib/spack/spack/test/mock_packages_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/test/mock_packages_test.py b/lib/spack/spack/test/mock_packages_test.py
index 079cbcc136..6d24a84150 100644
--- a/lib/spack/spack/test/mock_packages_test.py
+++ b/lib/spack/spack/test/mock_packages_test.py
@@ -52,11 +52,11 @@ compilers:
mock_packages_config = """\
packages:
externaltool:
- nobuild: True
+ buildable: False
paths:
externaltool@1.0%gcc@4.5.0: /path/to/external_tool
externalvirtual:
- nobuild: True
+ buildable: False
paths:
externalvirtual@2.0%clang@3.3: /path/to/external_virtual_clang
externalvirtual@1.0%gcc@4.5.0: /path/to/external_virtual_gcc