Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620110 - dev-python/json-rpc-1.10.1 fails tests
Summary: dev-python/json-rpc-1.10.1 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: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-29 12:30 UTC by Pacho Ramos
Modified: 2018-08-23 18:50 UTC (History)
0 users

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


Attachments
build.log.gz (json-rpc-1.10.1:20170529-122754.log.gz,9.15 KB, application/gzip)
2017-05-29 12:30 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 2017-05-29 12:30:17 UTC
Created attachment 474634 [details]
build.log.gz

======================================================================
ERROR: Failure: ImportError (No module named django.core.urlresolvers)
----------------------------------------------------------------------
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/json-rpc-1.10.1/work/json-rpc-1.10.1/jsonrpc/tests/test_backend_django/tests.py", line 5, in <module>
    from django.core.urlresolvers import RegexURLPattern
ImportError: No module named django.core.urlresolvers

----------------------------------------------------------------------
Ran 213 tests in 0.141s

FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=213 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=213 errors=1 failures=0>
 * ERROR: dev-python/json-rpc-1.10.1::gentoo failed (test phase):
Comment 1 Larry the Git Cow gentoo-dev 2018-08-23 18:50:44 UTC
The bug has been closed via the following commit(s):

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

commit 94fbe2c7f7757d3883e50aabadf021e53c513501
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2018-08-23 18:48:20 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-08-23 18:50:37 +0000

    dev-python/json-rpc: clean up old.
    
    Closes: https://bugs.gentoo.org/620110
    
    Make sure to use version 1.11.0 in order to get working suite of tests.
    
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/json-rpc/Manifest               |  1 -
 dev-python/json-rpc/json-rpc-1.10.1.ebuild | 38 ------------------------------
 2 files changed, 39 deletions(-)