Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449660 - dev-python/six-1.2.0-r1: test failures using pypy*
Summary: dev-python/six-1.2.0-r1: test failures using pypy*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2013-01-01 15:14 UTC by Michał Górny
Modified: 2013-08-07 09:02 UTC (History)
0 users

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


Attachments
Build log (build-pypy-c1.9.log,3.30 KB, text/plain)
2013-01-01 15:14 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-01 15:14:00 UTC
Created attachment 333946 [details]
Build log

____________________________________ test_get_function_code _____________________________________

    def test_get_function_code():
        def f():
            pass
        assert isinstance(six.get_function_code(f), types.CodeType)
>       py.test.raises(AttributeError, six.get_function_code, hasattr)
E       Failed: DID NOT RAISE

test_six.py:211: Failed
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-01 16:03:04 UTC
As a note: the failures were fixed in hg.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-07 09:02:06 UTC
Tests seem to work fine in 1.3.0.