Update to pytest 3.2.5 (#6801)
* Update to pytest 3.2.5 * Get pytest to pass Python 2.6 compatibility checks
This commit is contained in:
4
lib/spack/external/_pytest/freeze_support.py
vendored
4
lib/spack/external/_pytest/freeze_support.py
vendored
@@ -2,9 +2,7 @@
|
||||
Provides a function to report all internal modules for using freezing tools
|
||||
pytest
|
||||
"""
|
||||
|
||||
def pytest_namespace():
|
||||
return {'freeze_includes': freeze_includes}
|
||||
from __future__ import absolute_import, division, print_function
|
||||
|
||||
|
||||
def freeze_includes():
|
||||
|
||||
Reference in New Issue
Block a user