Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507106 - =dev-python/mock-1.0.1-r1 yields test failures under python3.4
Summary: =dev-python/mock-1.0.1-r1 yields test failures under python3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: http://code.google.com/p/mock/issues/...
Whiteboard:
Keywords: TESTFAILURE, UPSTREAM
Depends on:
Blocks: python-3.4
  Show dependency tree
 
Reported: 2014-04-08 07:40 UTC by Ian Delaney (RETIRED)
Modified: 2014-04-11 13:05 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2014-04-08 07:40:10 UTC
Add py3.4 to PYTHON_COMPAT, run the test phase.

~/cvsPortage/gentoo-x86/dev-python/mock $ PYTHON_TARGETS=python3_4 ebuild mock-1.0.1-r1.ebuild clean test

yields

----------------------------------------------------------------------
Ran 278 tests in 0.517s

FAILED (SKIP=9, errors=32)
 * ERROR: dev-python/mock-1.0.1-r1::gentoo failed (test phase):
 *   Tests fail with python3.4

See the upstream bug @ URL.

All pass fine under lesser py3 versions.
Refrain from filling bugzy with --info and build logs for now.  It can be created by following line 1.

Whether this prevents adding py3.4 support to mock has pros and cons.  For now on my part I consider it safer to not do so.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-04-11 13:05:32 UTC
fixed with mock-1.0.1-r2.ebuild