Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 326401 - dev-python/rope-0.9.3 fails tests with Python 2.7
Summary: dev-python/rope-0.9.3 fails tests with Python 2.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal with 1 vote (vote)
Assignee: Python Gentoo Team
URL: https://bitbucket.org/agr/rope/issue/8/
Whiteboard:
Keywords:
Depends on:
Blocks: python-2.7
  Show dependency tree
 
Reported: 2010-07-01 05:11 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2012-04-12 15:45 UTC (History)
1 user (show)

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


Attachments
rope-0.9.3:20100701-044149.log (rope-0.9.3:20100701-044149.log,13.80 KB, text/plain)
2010-07-01 05:12 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-07-01 05:11:30 UTC
dev-python/rope-0.9.3 fails tests with Python 2.7.

======================================================================
FAIL: test_new_style_relative_imports (ropetest.pycoretest.PyCoreInProjectsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/rope-0.9.3/work/rope-0.9.3/ropetest/pycoretest.py", line 960, in test_new_style_relative_imports
    self.assertEquals(mod1_object, mod2_object['mod1'].get_object())
AssertionError: <rope.base.pyobjectsdef.PyModule object at 0x331eb90> != <rope.base.pyobjects.PyObject object at 0x2b01890>

----------------------------------------------------------------------
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-07-01 05:12:37 UTC
Created attachment 237105 [details]
rope-0.9.3:20100701-044149.log
Comment 2 Fabio 2011-10-22 00:11:47 UTC
Here, in my AMD64 box emerge compiles without problem.
Comment 3 Arfrever Frehtes Taifersar Arahesis 2011-10-24 05:39:51 UTC
Fixed in dev-python/rope-0.9.3-r1::progress.
Comment 4 Patrick Lauer gentoo-dev 2012-02-08 06:15:32 UTC
(In reply to comment #3)
> Fixed in dev-python/rope-0.9.3-r1::progress.

... what is fix?
Comment 5 Myk Taylor 2012-02-28 17:26:03 UTC
does this mean that rope can be stabilized?
Comment 6 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-04-12 15:45:10 UTC
+  12 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org>
+  +files/rope-0.9.3-python2.7.patch, rope-0.9.3.ebuild:
+  Apply upstream changesets to fix tests failures with python 2.7 wrt #326401 by
+  Arfrever Frehtes Taifersar Arahesis