Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 721158 - dev-python/pyclipper-1.1.0_p3-r1: test failures
Summary: dev-python/pyclipper-1.1.0_p3-r1: test failures
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 716074
  Show dependency tree
 
Reported: 2020-05-06 00:33 UTC by Thomas Deutschmann (RETIRED)
Modified: 2020-05-06 18:46 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 Thomas Deutschmann (RETIRED) gentoo-dev 2020-05-06 00:33:30 UTC
======================================================== ERRORS ========================================================
_______________________________________ ERROR collecting tests/test_pyclipper.py _______________________________________
ImportError while importing test module '/var/tmp/portage/dev-python/pyclipper-1.1.0_p3-r1/work/pyclipper-1.1.0.post3/te
sts/test_pyclipper.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.6/site-packages/_pytest/python.py:507: in _importtestmodule
    mod = self.fspath.pyimport(ensuresyspath=importmode)
/usr/lib/python3.6/site-packages/py/_path/local.py:701: in pyimport
    __import__(modname)
/usr/lib/python3.6/site-packages/_pytest/assertion/rewrite.py:304: in load_module
    exec(co, mod.__dict__)
tests/test_pyclipper.py:7: in <module>
    from unittest2 import TestCase, main
E   ModuleNotFoundError: No module named 'unittest2'
=============================================== short test summary info ================================================
FAILED tests/test_pyclipper.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
=============================================== 1 error in 0.54 seconds ================================================
 * ERROR: dev-python/pyclipper-1.1.0_p3-r1::gentoo failed (test phase):
 *   Tests fail with python3.6
 *
Comment 1 Larry the Git Cow gentoo-dev 2020-05-06 18:46:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d286e3393971f942d7d7c972b13409b8f3c60614

commit d286e3393971f942d7d7c972b13409b8f3c60614
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2020-05-06 18:29:07 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2020-05-06 18:46:16 +0000

    dev-python/pyclipper: Needs unittest2
    
    Thanks-to: Thomas Deutschmann
    Closes: https://bugs.gentoo.org/721158
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)