diff options
author | shimizukawa <shimizukawa@gmail.com> | 2017-01-05 23:43:16 +0900 |
---|---|---|
committer | shimizukawa <shimizukawa@gmail.com> | 2017-01-05 23:43:16 +0900 |
commit | 380dd23d9f1a1263a92076e2c2daa97663fa6d5c (patch) | |
tree | 5572c4f82b0baa39f38d07f4ee39db15431f487f /tests/util.py | |
parent | ad6d731ecf780457bd3d6d2cf59832c083d63bfc (diff) | |
download | sphinx-git-380dd23d9f1a1263a92076e2c2daa97663fa6d5c.tar.gz |
pytest: remove repr_as testing feature that avoids long annoying log for test generator feature on nose. In contrast, pytest does not produce such output. So repr_as is not needed anymore. refs #1785
Diffstat (limited to 'tests/util.py')
-rw-r--r-- | tests/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util.py b/tests/util.py index de158cc7f..8f2d1ff9a 100644 --- a/tests/util.py +++ b/tests/util.py @@ -28,7 +28,7 @@ from sphinx.ext.autodoc import AutoDirective from sphinx.pycode import ModuleAnalyzer from sphinx.deprecation import RemovedInSphinx17Warning -from path import path, repr_as # NOQA +from path import path __all__ = [ |