sphinx-contrib / emojicodes

An extension to use emoji codes in your Sphinx documentation! 😍
https://sphinxemojicodes.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
48 stars 15 forks source link

tests from PyPI fail #47

Open MarDiehl opened 2 weeks ago

MarDiehl commented 2 weeks ago

I'm using the tarball from PyPI (https://files.pythonhosted.org/packages/source/s/sphinxemoji/sphinxemoji-0.3.1.tar.gz) and it contains a test that always fails (assert 0).

How did that test made it into PyPI? I can't see it here in the source code.

Peque commented 1 week ago

@MarDiehl Definitely a mistake when creating the package (probably a local file that was included somehow even if it was not tracked by Git).

Does this have a negative side effect on your current workflow? (if so, can you describe how?)

If this is not impacting you (apart from the little annoyance of having an extra unnecessary file), I'll wait until next release for uploading new files without that test. Otherwise I may upload a new release even if it only contains that change. :blush:

MarDiehl commented 1 week ago

I install the package using pacman, the native Arch Linux package manager. Creating the package fails, but there is already a workaround (https://aur.archlinux.org/packages/python-sphinxemoji) so no need for a bugfix release.