Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 644590 - app-portage/gentoolkit - ./setup.py test broken
Summary: app-portage/gentoolkit - ./setup.py test broken
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-14 20:36 UTC by Sebastian Pipping
Modified: 2018-08-15 19:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2018-01-14 20:36:54 UTC
Hi!


It came to my attention that

  ./setup.py test

is broken for gentoolkit because it runs this broken import:

  from snakeoil import distutils_extensions

and dev-python/snakeoil does not contain that module any more.

For a fix, one could port setup.py from distutils to setuptools, including existing custom commands "test" and "set_version".


This ticket/comment is related:
https://github.com/pkgcore/pkgdist/issues/1#issuecomment-357096732