Fix tab completion erroring with spack unit-test (#29405)

This commit is contained in:
百地 希留耶
2022-03-10 00:09:57 +09:00
committed by GitHub
parent 3df90e3e33
commit 3370d3f57e
3 changed files with 6 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ def format(self, cmd):
'virtual': '_providers',
'namespace': '_repos',
'hash': '_all_resource_hashes',
'pytest': '_tests',
'pytest': '_unit_tests',
}