On Tue, Jul 07, 2020 at 04:03:08PM +0200, 3un0s wrote:
> On Tue, 7 Jul 2020 08:49:19 +0200
> 3un0s <[email protected]> wrote:
> 
> > I've fiddled around with this package a bit more and found out that
> > only the pypi package does not include tests, github release includes
> > them.
> > 
> > Should I switch to github release in that case?
> > 
> > The tests themselves fail when run as _pbuild user because one test
> > wants access to the internet (other tests pass), when run as my local
> > user they all pass.
> > 
> 
> ping

you sent your last mail 8 hours ago, it's a bit early for a ping.

moreover, it's common for python stuff on pip to not have tests, they're
in github because github tags are not actual releases and are a tarball
of what's in the repo at the time of the tagging. github tarballs have
been unreliable in the past, but some claim it's not true anymore.

personally, for the few python ports i care about, i keep the github
stuff commented out in the Makefile and enable it just to run the tests
locally before commiting, only trusting the pypi tarballs in the end.

Landry

Reply via email to