Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366749 - dev-python/ipython-0.10.2[-smp]: Tests requiring foolscap should be skipped
Summary: dev-python/ipython-0.10.2[-smp]: Tests requiring foolscap should be skipped
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 366667
  Show dependency tree
 
Reported: 2011-05-10 12:40 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2011-05-11 13:50 UTC (History)
0 users

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


Attachments
build.log (dev-python:ipython-0.10.2:20110510-123638.log,124.50 KB, text/plain)
2011-05-10 12:40 UTC, Paweł Hajdan, Jr. (RETIRED)
Details
build.log (succeeded) (dev-python:ipython-0.10.2:20110510-124354.log,109.82 KB, text/plain)
2011-05-10 12:45 UTC, Paweł Hajdan, Jr. (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-05-10 12:40:34 UTC
Created attachment 272729 [details]
build.log

dev-python/foolscap is needed for tests, otherwise they fail. Moreover, the ebuild does not die on test failure.

Failure: ImportError (No module named foolscap) ... ERROR
Failure: ImportError (No module named foolscap) ... ERROR
Failure: ImportError (No module named foolscap) ... ERROR
Doctest: IPython.kernel.core.notification.NotificationCenter ... ok
Failure: ImportError (No module named foolscap) ... ERROR
Failure: ImportError (No module named foolscap) ... ERROR
Doctest: IPython.kernel.engineservice.StrictDict ... ok
Failure: ImportError (No module named foolscap) ... ERROR
Failure: ImportError (No module named foolscap) ... ERROR
Failure: ImportError (No module named foolscap) ... ERROR
Failure: ImportError (No module named foolscap) ... ERROR
Failure: ImportError (No module named foolscap) ... ERROR
Doctest: IPython.kernel.task.ResultNS ... ok
Failure: ImportError (No module named foolscap) ... ERROR
Failure: ImportError (No module named foolscap) ... ERROR
Failure: ImportError (No module named foolscap) ... ERROR
Failure: ImportError (No module named foolscap) ... ERROR
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-05-10 12:45:57 UTC
Created attachment 272733 [details]
build.log (succeeded)

This is a build log after emerging foolscap.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-05-10 14:42:57 UTC
Fixed.
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-05-11 07:25:37 UTC
Re-opening. Looking at the change you've made (http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-0.10.2.ebuild?r1=1.1&r2=1.2) it seems it is fixing the issue with foolscap, but not with src_test not dying on failure.

Could you fix the "not dying on failure" issue first, and then add the fix for foolscap?
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-05-11 13:50:10 UTC
Fixed.