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:
Adam J. Stewart
2018-08-25 14:12:46 -05:00
committed by GitHub
parent 3c292de6bd
commit cc01e89d6b
14 changed files with 111 additions and 36 deletions

View File

@@ -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)')