Summary: |
TypeError: __init__() got an unexpected keyword argument 'future_imports' |
Product: |
piglit
|
Reporter: |
Vinson Lee <vlee> |
Component: |
infrastructure | Assignee: |
Dylan Baker <baker.dylan.c> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
Piglit Mailing List <piglit> |
Severity: |
blocker
|
|
|
Priority: |
medium
|
CC: |
huax.lu
|
Version: |
unspecified | Keywords: |
regression |
Hardware: |
x86-64 (AMD64) | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
piglit: 6cea8c1bdfdb518c83b70bea3d34c7acfa821024 (master) Scanning dependencies of target gen-gl-tests [ 98%] Generating builtin_packing_tests.list Traceback (most recent call last): File "piglit/generated_tests/gen_builtin_packing_tests.py", line 48, in <module> TEMPLATES = template_dir(os.path.basename(os.path.splitext(__file__)[0])) File "piglit/generated_tests/templates/__init__.py", line 86, in template_dir output_encoding='utf-8') TypeError: __init__() got an unexpected keyword argument 'future_imports' This might be a Mako version related. >>> import mako >>> mako.__version__ '0.7.3'