Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50858 Details for
Bug 67970
emerge of python-2.3.4 fails with "test" in FEATURES ("test_import" fails)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
src_test-2.3
src_test-2.3 (text/plain), 678 bytes, created by
Rob Cakebread (RETIRED)
on 2005-02-09 13:42:53 UTC
(
hide
)
Description:
src_test-2.3
Filename:
MIME Type:
Creator:
Rob Cakebread (RETIRED)
Created:
2005-02-09 13:42:53 UTC
Size:
678 bytes
patch
obsolete
>src_test() { > #skip all tests that fail during emerge but pass without emerge: > #(See bug# 67970) > local skip_tests="import sax" > > for test in ${skip_tests} ; do > mv ${S}/Lib/test/test_${test}.py ${T} > done > > make test || die "make test failed" > > for test in ${skip_tests} ; do > mv ${T}/test_${test}.py ${S}/Lib/test/test_${test}.py > done > > einfo "Portage skipped the following tests which aren't able to run from emerge:" > for test in ${skip_tests} ; do > einfo "test_${test}.py" > done > > einfo "If you'd like to run them, you may:" > einfo "cd /usr/lib/python${PYVER}/test" > einfo "and run the tests separately." >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 67970
: 50858 |
50859
|
75699