pytest-plugins
pytest-plugins copied to clipboard
Use `pypandoc.convert_text` instead of `pypandoc.convert`
Currently, pypandoc does not have convert function. https://github.com/NicklasTegner/pypandoc/blob/master/pypandoc/init.py
pypandoc only has convert_file or convert_text.
Actually pypandoc previously have convert function like https://github.com/NicklasTegner/pypandoc/blob/c06d7b64a58729fa174b7721dac6c600fad166af/pypandoc/init.py
Related issue https://github.com/man-group/pytest-plugins/issues/87