diff options
author | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2016-04-27 18:06:41 +0200 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2016-04-27 18:06:41 +0200 |
commit | ec5bb88820e42b2cf4c839cf134e18a167a52255 (patch) | |
tree | 8d9b3f777c849cdd682c228f7ade4c224b399cb5 | |
parent | 42fab1591d9fc0b140d33d68ef27d3fe401178e4 (diff) | |
download | spack-ec5bb88820e42b2cf4c839cf134e18a167a52255.tar.gz spack-ec5bb88820e42b2cf4c839cf134e18a167a52255.tar.bz2 spack-ec5bb88820e42b2cf4c839cf134e18a167a52255.tar.xz spack-ec5bb88820e42b2cf4c839cf134e18a167a52255.zip |
test-install : unit tests (hopefully) fixed for real
-rw-r--r-- | lib/spack/spack/test/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/test/__init__.py b/lib/spack/spack/test/__init__.py index bea41a4adf..3c5edde66b 100644 --- a/lib/spack/spack/test/__init__.py +++ b/lib/spack/spack/test/__init__.py @@ -61,7 +61,6 @@ test_names = ['versions', 'optional_deps', 'make_executable', 'configure_guess', - 'unit_install', 'lock', 'database', 'namespace_trie', |