You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content of the tarball differs depending on if downloaded from pypi vs github.
Expected behavior
Content of the tarballs should probably be the same
Actual behavior
From what i saw, the tarball from pypi is missing the guake/tests directory and contains a guake/_version.py. It is the other way around with the tarball from github.
To Reproduce
Download and extract the tarballs. Checked with multiple versions (3.7.0, 3.8.5, 3.10) but don't think this is related.
This is not related to running / installing Guake so i don't think the support output is necessary. This is rather related to packaging Guake for Void Linux. Currently, Void is building Guake from source (see template) which uses the tarball from pypi.org as described in Guakes docs. But it also tries to run tests (related line), which fails because the tests are missing in the used tarball.
My question now would be if the tests missing from the pypi tarball is intended or if they can be included there? Alternatively i would be happy to get more insight on how packaging is supposed to be done correctly. I did check the Help for Package maintainers page of the docs, which does not mention the tests.
Regards
Requion
The text was updated successfully, but these errors were encountered:
Describe the bug
The content of the tarball differs depending on if downloaded from pypi vs github.
Expected behavior
Content of the tarballs should probably be the same
Actual behavior
From what i saw, the tarball from pypi is missing the
guake/tests
directory and contains aguake/_version.py
. It is the other way around with the tarball from github.To Reproduce
Download and extract the tarballs. Checked with multiple versions (3.7.0, 3.8.5, 3.10) but don't think this is related.
This is not related to running / installing Guake so i don't think the support output is necessary. This is rather related to packaging Guake for Void Linux. Currently, Void is building Guake from source (see template) which uses the tarball from pypi.org as described in Guakes docs. But it also tries to run tests (related line), which fails because the tests are missing in the used tarball.
My question now would be if the tests missing from the pypi tarball is intended or if they can be included there? Alternatively i would be happy to get more insight on how packaging is supposed to be done correctly. I did check the Help for Package maintainers page of the docs, which does not mention the tests.
Regards
Requion
The text was updated successfully, but these errors were encountered: