summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-scipy/package.py
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2018-08-25 14:12:46 -0500
committerGitHub <noreply@github.com>2018-08-25 14:12:46 -0500
commitcc01e89d6b0a615059fe3c8ac933230ed41930df (patch)
treeedc95e2c3c9e1da7678201e2d733710038f91792 /var/spack/repos/builtin/packages/py-scipy/package.py
parent3c292de6bdfe4c058201afe4fdb34cf9a4da8da8 (diff)
downloadspack-cc01e89d6b0a615059fe3c8ac933230ed41930df.tar.gz
spack-cc01e89d6b0a615059fe3c8ac933230ed41930df.tar.bz2
spack-cc01e89d6b0a615059fe3c8ac933230ed41930df.tar.xz
spack-cc01e89d6b0a615059fe3c8ac933230ed41930df.zip
Update to latest version of pytest and dependencies (#9087)
* Update to latest version of pytest and dependencies * Fix bug in installation tests
Diffstat (limited to 'var/spack/repos/builtin/packages/py-scipy/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-scipy/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-scipy/package.py b/var/spack/repos/builtin/packages/py-scipy/package.py
index 7aba6223ef..acf93a6f25 100644
--- a/var/spack/repos/builtin/packages/py-scipy/package.py
+++ b/var/spack/repos/builtin/packages/py-scipy/package.py
@@ -97,5 +97,5 @@ class PyScipy(PythonPackage):
# 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)')