Getting the following error when trying to install the latest pytest-github:
https://gist.github.com/jladdjr/79a89ba1ff3b722f87b0294331a2e04a
As a workaround, I downloaded the pytest-github source, removed the requirement from setup.py, and pip installed from source without any issues.
How is pypandoc being used by pytest-github? (I see that it's a tool for converting markdown files - is the library used to generate docs for the plugin?) Wondering if the requirement could be removed (or, if it's really needed, wondering if it still needs to be pinned).