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:
@@ -97,5 +97,5 @@ def install_test(self):
|
||||
# ImportError: Error importing scipy: you should not try to import
|
||||
# scipy from its source directory; please exit the scipy
|
||||
# source tree, and relaunch your python interpreter from there.
|
||||
with working_dir('..'):
|
||||
with working_dir('spack-test', create=True):
|
||||
python('-c', 'import scipy; scipy.test("full", verbose=2)')
|
||||
|
Reference in New Issue
Block a user