Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 375551 - app-portage/layman-2.0.0_rc1-r1 fails tests with ImportError: No module named action
Summary: app-portage/layman-2.0.0_rc1-r1 fails tests with ImportError: No module named...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 375789
  Show dependency tree
 
Reported: 2011-07-18 10:34 UTC by Markus Walter
Modified: 2011-12-03 00:49 UTC (History)
5 users (show)

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


Attachments
build log (build.log,3.91 KB, text/plain)
2011-07-18 10:34 UTC, Markus Walter
Details
emerge --info (info.txt,5.37 KB, text/plain)
2011-07-18 10:35 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2011-07-18 10:34:59 UTC
Created attachment 280291 [details]
build log

layman-2.0.0_rc1-r1 fails the test suite with the following error.

 * Testing of app-portage/layman-2.0.0_rc1-r1 with CPython 2.7...
Traceback (most recent call last):
  File "layman/tests/dtest.py", line 52, in <module>
    import layman.action             #CT
ImportError: No module named action
Comment 1 Markus Walter 2011-07-18 10:35:17 UTC
Created attachment 280293 [details]
emerge --info
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2011-07-18 15:23:53 UTC
That test suite is for the old 1.4 layman.  I have not yet made tests for the new api.  action.py is gone and I have a totally different api in place.

I will have it updated for the final release.
Comment 3 Brian Dolbec (RETIRED) gentoo-dev 2011-07-23 06:48:29 UTC
all tests now pass as of commit 0fde69e7ef993c3e5cca925cef35c8c895cfd834.

This includes several new tests.  
but there are still more tests to create for the new api.
Comment 4 Brian Dolbec (RETIRED) gentoo-dev 2011-12-03 00:49:46 UTC
Fixed and released in >=layman-2.0.0_rc2.