Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598659 - dev-python/qtconsole-4.2.1 with dev-python/PyQt4-4.11.4-r1 fails tests
Summary: dev-python/qtconsole-4.2.1 with dev-python/PyQt4-4.11.4-r1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2016-10-31 21:50 UTC by eroen
Modified: 2016-11-12 13:20 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,26.25 KB, text/plain)
2016-10-31 21:50 UTC, eroen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2016-10-31 21:50:08 UTC
Created attachment 452053 [details]
build.log

The test suite passes if dev-python/pyside-1.2.2-r1 is installed.


>>> Test phase: dev-python/qtconsole-4.2.1
 * python2_7: running distutils-r1_run_phase python_test
 * Scanning for an open DISPLAY to start Xvfb ...
 * Starting Xvfb on $DISPLAY=0 ...
Failure: ImportError (
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    ) ... ERROR
jupyter qtconsole --help-all works ... FAIL
Failure: ImportError (
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    ) ... ERROR
Failure: ImportError (
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    ) ... ERROR
Failure: ImportError (
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    ) ... ERROR

======================================================================
ERROR: Failure: ImportError (
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    )
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib64/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib64/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/tests/test_ansi_code_processor.py", line 5, in <module>
    from qtconsole.ansi_code_processor import AnsiCodeProcessor
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/ansi_code_processor.py", line 12, in <module>
    from qtconsole.qt import QtGui
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt.py", line 23, in <module>
    QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts)
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt_loaders.py", line 309, in load_qt
    api_options))
ImportError: 
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    

======================================================================
ERROR: Failure: ImportError (
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    )
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib64/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib64/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/tests/test_completion_widget.py", line 4, in <module>
    from qtconsole.qt import QtCore, QtGui
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt.py", line 23, in <module>
    QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts)
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt_loaders.py", line 309, in load_qt
    api_options))
ImportError: 
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    

======================================================================
ERROR: Failure: ImportError (
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    )
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib64/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib64/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/tests/test_console_widget.py", line 3, in <module>
    from qtconsole.qt import QtCore, QtGui
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt.py", line 23, in <module>
    QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts)
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt_loaders.py", line 309, in load_qt
    api_options))
ImportError: 
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    

======================================================================
ERROR: Failure: ImportError (
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    )
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib64/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib64/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/tests/test_kill_ring.py", line 3, in <module>
    from qtconsole.qt import QtGui
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt.py", line 23, in <module>
    QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts)
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt_loaders.py", line 309, in load_qt
    api_options))
ImportError: 
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    

======================================================================
FAIL: jupyter qtconsole --help-all works
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/usr/lib64/python2.7/site-packages/ipython_genutils/testing/decorators.py", line 186, in skipper_func
    return f(*args, **kwargs)
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/tests/test_app.py", line 18, in test_help_output
    check_help_all_output('qtconsole')
  File "/usr/lib64/python2.7/site-packages/traitlets/tests/utils.py", line 35, in check_help_all_output
    assert rc == 0, err
AssertionError: Traceback (most recent call last):
  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/__main__.py", line 2, in <module>
    from qtconsole.qtconsoleapp import main
  File "qtconsole/qtconsoleapp.py", line 60, in <module>
    from qtconsole.qt import QtCore, QtGui
  File "qtconsole/qt.py", line 23, in <module>
    QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts)
  File "qtconsole/qt_loaders.py", line 309, in load_qt
    api_options))
ImportError: 
    Could not load requested Qt binding. Please ensure that
    PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
    and only one is imported per session.

    Currently-imported Qt library:   None
    PyQt4 installed:                 False
    PyQt5 installed:                 False
    PySide >= 1.0.3 installed:       False
    Tried to load:                   ['pyqt5', 'pyside', 'pyqt']
    


----------------------------------------------------------------------
Ran 5 tests in 0.044s

FAILED (errors=4, failures=1)
 * ERROR: dev-python/qtconsole-4.2.1::gentoo failed (test phase):
 *   Failed to run 'nosetests --verbosity=2 qtconsole'
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_test
 *   environment, line 2661:  Called distutils-r1_src_test
 *   environment, line  848:  Called _distutils-r1_run_foreach_impl 'python_test'
 *   environment, line  339:  Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
 *   environment, line 2167:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 1471:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 1469:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
 *   environment, line  539:  Called distutils-r1_run_phase 'python_test'
 *   environment, line  780:  Called python_test
 *   environment, line 2540:  Called virtx 'nosetests' '--verbosity=2' 'qtconsole'
 *   environment, line 3263:  Called die
 * The specific snippet of code:
 *       [[ ${retval} -ne 0 ]] && die "Failed to run '$@'";
Comment 1 eroen 2016-10-31 21:50:42 UTC
localhost ~ # emerge --info '=dev-python/qtconsole-4.2.1::gentoo'
Portage 2.3.0 (python 3.4.3-final-0, default/linux/amd64/13.0, gcc-4.9.3, glibc-2.22-r4, 4.4.6-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.4.6-gentoo-x86_64-Intel-R-_Core-TM-_i5-2520M_CPU_@_2.50GHz-with-gentoo-2.2
KiB Mem:     4043380 total,   2285556 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Mon, 31 Oct 2016 00:45:01 +0000
sh bash 4.3_p48
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p48::gentoo
dev-lang/perl:            5.22.2::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.4.3-r1::gentoo
dev-util/cmake:           3.5.2-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.21.7::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r4::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bindist bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 mmx mmxext modules multilib ncurses nls nptl openmp pam pcre readline seccomp session sse sse2 ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

localhost ~ # emerge -pqv '=dev-python/qtconsole-4.2.1::gentoo'
[ebuild  N    ] dev-python/qtconsole-4.2.1  USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_4 -python3_5" 

 * IMPORTANT: 11 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Comment 2 eroen 2016-10-31 22:45:21 UTC
Installing PyQt4 with USE="X testlib" makes the test suite pass for python2.7, but it still fails for python3.4:


 * Starting Xvfb on $DISPLAY=0 ...
Failure: RuntimeError ('list' must be None or a list, not <class 'str'>) ... ERROR
jupyter qtconsole --help-all works ... FAIL
Failure: RuntimeError ('list' must be None or a list, not <class 'str'>) ... ERROR
Failure: RuntimeError ('list' must be None or a list, not <class 'str'>) ... ERROR
Failure: RuntimeError ('list' must be None or a list, not <class 'str'>) ... ERROR

======================================================================
ERROR: Failure: RuntimeError ('list' must be None or a list, not <class 'str'>)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python3.4/site-packages/nose/failure.py", line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib64/python3.4/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib64/python3.4/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib64/python3.4/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib64/python3.4/imp.py", line 235, in load_module
    return load_source(name, filename, file)
  File "/usr/lib64/python3.4/imp.py", line 171, in load_source
    module = methods.load()
  File "<frozen importlib._bootstrap>", line 1220, in load
  File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1129, in _exec
  File "<frozen importlib._bootstrap>", line 1471, in exec_module
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/tests/test_ansi_code_processor.py", line 5, in <module>
    from qtconsole.ansi_code_processor import AnsiCodeProcessor
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/ansi_code_processor.py", line 12, in <module>
    from qtconsole.qt import QtGui
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt.py", line 23, in <module>
    QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts)
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt_loaders.py", line 286, in load_qt
    if not can_import(api):
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt_loaders.py", line 161, in can_import
    if not has_binding(api):
  File "/var/tmp/portage/dev-python/qtconsole-4.2.1/work/qtconsole-4.2.1/qtconsole/qt_loaders.py", line 126, in has_binding
    imp.find_module('QtCore', mod.__path__)
  File "/usr/lib64/python3.4/imp.py", line 271, in find_module
    "not {}".format(type(name)))
RuntimeError: 'list' must be None or a list, not <class 'str'>
Comment 3 Marius Brehler 2016-11-01 08:40:45 UTC
Thanks for your report. You are right, for the tests the package should depend on

    || (
        dev-python/pyside[${PYTHON_USEDEP},svg]
        dev-python/PyQt4[${PYTHON_USEDEP},svg,testlib]
        dev-python/PyQt5[${PYTHON_USEDEP},svg,testlib]
    )

I will fix that. However, with PyQt4[X,testlib] installed, tests paths for python2_7 and 3_4 (same version, 3.4.3-r1) on my machine.
Comment 4 eroen 2016-11-02 10:48:33 UTC
(In reply to Marius Brehler from comment #3)
> I will fix that. However, with PyQt4[X,testlib] installed, tests paths for
> python2_7 and 3_4 (same version, 3.4.3-r1) on my machine.

Err, apparently the above tracebacks were related to confusion from __pycache__ files left behind after uninstalling PySide.
Comment 5 Marius Brehler 2016-11-07 16:11:20 UTC
https://github.com/gentoo/gentoo/pull/2775
Comment 6 Patrice Clement gentoo-dev 2016-11-12 13:20:02 UTC
commit d84f53a8c41b8fc9684e0d33b39ff2a949524487 (HEAD -> master, origin/master, origin/HEAD)
Author:     Marius Brehler <marbre@linux.sungazer.de>
AuthorDate: Tue Nov 8 10:50:42 2016 +0100
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Sat Nov 12 14:18:09 2016 +0100

dev-python/qtconsole: Fix test dependencies.

Gentoo-Bug: https://bugs.gentoo.org/598659

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2775

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

dev-python/qtconsole/qtconsole-4.1.1.ebuild | 9 +++++++--
dev-python/qtconsole/qtconsole-4.2.1.ebuild | 7 ++++++-
2 files changed, 13 insertions(+), 3 deletions(-)

Merged! Thanks.