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
Tests should be run with esetup.py, but some ebuilds like sci-geosciences/tilecache
try to run setup.py directly. This will lead to problems, if more than one python version is possible in the ebuild. In general there is no reason to use it and should be substituted by esetup.py
Yes, the only the combination " setup.py test" is a hint that something could be wrong.
Of course it would lead to false positives in comments and so on. But I think we can find several broken py packages.
Tests should be run with esetup.py, but some ebuilds like
sci-geosciences/tilecache
try to run setup.py directly. This will lead to problems, if more than one python version is possible in the ebuild. In general there is no reason to use it and should be substituted by esetup.py
https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/
The text was updated successfully, but these errors were encountered: