Update to latest version of pytest and dependencies (#9087)
* Update to latest version of pytest and dependencies * Fix bug in installation tests
This commit is contained in:
@@ -400,7 +400,7 @@ def import_module_test(self):
|
||||
|
||||
# Make sure we are importing the installed modules,
|
||||
# not the ones in the current directory
|
||||
with working_dir('..'):
|
||||
with working_dir('spack-test', create=True):
|
||||
for module in self.import_modules:
|
||||
self.python('-c', 'import {0}'.format(module))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user