Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 451932 - dev-python/jinja: test failure with pypy*
Summary: dev-python/jinja: test failure with pypy*
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: https://bugs.pypy.org/issue1372
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-13 22:37 UTC by Michał Górny
Modified: 2018-04-21 16:12 UTC (History)
0 users

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


Attachments
Build log with pypy2.0 (build-pypy-c2.0.log,46.40 KB, text/plain)
2013-01-13 22:37 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-13 22:37:20 UTC
Created attachment 335534 [details]
Build log with pypy2.0

======================================================================
ERROR: test_byte_compilation (jinja2.testsuite.loader.ModuleLoaderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/portage/dev-python/jinja-2.6-r1/work/Jinja2-2.6/jinja2/testsuite/loader.py", line 180, in test_byte_compilation
    tmpl1 = self.mod_env.get_template('a/test.html')
  File "/tmp/portage/dev-python/jinja-2.6-r1/work/Jinja2-2.6/jinja2/environment.py", line 719, in get_template
    return self._load_template(name, self.make_globals(globals))
  File "/tmp/portage/dev-python/jinja-2.6-r1/work/Jinja2-2.6/jinja2/environment.py", line 693, in _load_template
    template = self.loader.load(self, name, globals)
  File "/tmp/portage/dev-python/jinja-2.6-r1/work/Jinja2-2.6/jinja2/loaders.py", line 443, in load
    raise TemplateNotFound(name)
TemplateNotFound: a/test.html
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-04-21 16:12:11 UTC
Tests pass with the current version.