Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 530610 - dev-python/testfixtures-3.0.0 tests fail with python 3.4
Summary: dev-python/testfixtures-3.0.0 tests fail with python 3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Delaney (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-3.4
  Show dependency tree
 
Reported: 2014-11-25 12:52 UTC by Pacho Ramos
Modified: 2014-11-30 04:08 UTC (History)
1 user (show)

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


Attachments
build.log (testfixtures-3.0.0:20141125-124944.log,126.66 KB, text/plain)
2014-11-25 12:52 UTC, Pacho Ramos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2014-11-25 12:52:14 UTC
Created attachment 390264 [details]
build.log

.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-11-29 14:35:17 UTC
there is a testfixtures-4.1.1 that takes py3.4 but it needs a plugin to nose added to portage. Don't worry, will do it tomorrow. Note it has switched from pytest to nose.

~/cvsPortage/gentoo-x86/dev-python/testfixtures $ PYTHON_TARGETS=python3_4 ebuild testfixtures-4.1.1.ebuild clean test 


Ran 391 tests in 0.242s

FAILED (errors=4)
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2014-11-30 04:08:46 UTC
Forget -3.0.0

*testfixtures-4.1.1 (30 Nov 2014)

  30 Nov 2014; Ian Delaney <idella4@gentoo.org> +testfixtures-4.1.1.ebuild,
  testfixtures-3.0.0.ebuild:
  bump; clean old python impl, add py3.4, update deps, switch from patch to sed
  statements (lighter weight and easier maint.) to fix doc build, fixes Bug
  #530610