Fix issues related to the switchover to pytest. (#2685)

- Remove stale reference to `import nose` from `bin/spack` script.
- Add `py` to externals (missing dependency for `pytest`)
This commit is contained in:
Todd Gamblin
2016-12-29 11:59:45 -08:00
committed by GitHub
parent 7ea10e768e
commit d6390c159f
38 changed files with 7809 additions and 10 deletions

View File

@@ -35,12 +35,15 @@
jsonschema: An implementation of JSON Schema for Python.
pytest: Testing framework used by Spack.
ordereddict: We include our own version to be Python 2.6 compatible.
py: Needed by pytest. Library with cross-python path,
ini-parsing, io, code, and log facilities.
pyqver2: External script to query required python version of
python source code. Used for ensuring 2.6 compatibility.
pytest: Testing framework used by Spack.
yaml: Used for config files.
"""