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:
Adam J. Stewart
2018-01-10 17:41:50 -06:00
committed by GitHub
parent 10ee7d6d81
commit 57c71aea89
48 changed files with 3306 additions and 2112 deletions

View File

@@ -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():