Skip to content

Commit

Permalink
sphinx-doc#10384 - Remove comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mxd4 committed May 2, 2022
1 parent 33b5e23 commit 8fc2178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sphinx/ext/imgconverter.py
Expand Up @@ -31,8 +31,8 @@ def is_available(self) -> bool:
return True
except OSError as exc:
logger.warning(__(
f"Unable to run the image conversion command {self.config.image_converter!r}!"
"\n'sphinx.ext.imgconverter' requires ImageMagick by default. "
f"Unable to run the image conversion command {self.config.image_converter!r}. "
"'sphinx.ext.imgconverter' requires ImageMagick by default. "
"Ensure it is installed, or set the 'image_converter' option "
"to a custom conversion command.\n\n"
f'Traceback: {exc}'
Expand Down
7 changes: 1 addition & 6 deletions tests/test_ext_imgconverter.py
@@ -1,9 +1,4 @@
"""Test sphinx.ext.imgconverter extension.
Unix only. Fails if ImageMagick_ is not installed.
.. _ImageMagick: https://imagemagick.org
"""
"""Test sphinx.ext.imgconverter extension."""

import os

Expand Down

0 comments on commit 8fc2178

Please sign in to comment.