
- Remove stale reference to `import nose` from `bin/spack` script. - Add `py` to externals (missing dependency for `pytest`)
3 lines
55 B
Python
3 lines
55 B
Python
import py
|
|
pydir = py.path.local(py.__file__).dirpath()
|