Hi !
I installed jinja2 using pip and I have the version 2.7
I got the run-tests.py from here. 
https://github.com/mitsuhiko/jinja2/blob/master/run-tests.py

When I run it, almost all tests run but always, these 7 tests fail. Here is 
the log. Do you know if there are some tests that are running in parallel ?
How to solve that ?
Thanks !

*
*
*======================================================================*
*ERROR: test_deflated_zip_compile 
(jinja2.testsuite.loader.ModuleLoaderTestCase)*
*----------------------------------------------------------------------*
*Traceback (most recent call last):*
*  File "C:\Python27\lib\site-packages\jinja2\testsuite\__init__.py", line 
52, in*
* tearDown*
*    self.teardown()*
*  File "C:\Python27\lib\site-packages\jinja2\testsuite\loader.py", line 
131, in*
*teardown*
*    os.remove(self.archive)*
*WindowsError: [Error 32] The process cannot access the file because it is 
being*
*used by another process: 
'c:\\users\\hgodron\\appdata\\local\\temp\\2\\tmplsk5i1*
*.zip'*
*
*
*======================================================================*
*ERROR: test_log (jinja2.testsuite.loader.ModuleLoaderTestCase)*
*----------------------------------------------------------------------*
*Traceback (most recent call last):*
*  File "C:\Python27\lib\site-packages\jinja2\testsuite\__init__.py", line 
52, in*
* tearDown*
*    self.teardown()*
*  File "C:\Python27\lib\site-packages\jinja2\testsuite\loader.py", line 
131, in*
*teardown*
*    os.remove(self.archive)*
*WindowsError: [Error 32] The process cannot access the file because it is 
being*
*used by another process: 
'c:\\users\\hgodron\\appdata\\local\\temp\\2\\tmpnbjskq*
*.zip'*
*
*
*======================================================================*
*ERROR: test_prefix_loader (jinja2.testsuite.loader.ModuleLoaderTestCase)*
*----------------------------------------------------------------------*
*Traceback (most recent call last):*
*  File "C:\Python27\lib\site-packages\jinja2\testsuite\__init__.py", line 
52, in*
* tearDown*
*    self.teardown()*
*  File "C:\Python27\lib\site-packages\jinja2\testsuite\loader.py", line 
131, in*
*teardown*
*    os.remove(self.archive)*
*WindowsError: [Error 32] The process cannot access the file because it is 
being*
*used by another process: 
'c:\\users\\hgodron\\appdata\\local\\temp\\2\\tmp3lldl1*
*.zip'*
*
*
*======================================================================*
*ERROR: test_stored_zip_compile 
(jinja2.testsuite.loader.ModuleLoaderTestCase)*
*----------------------------------------------------------------------*
*Traceback (most recent call last):*
*  File "C:\Python27\lib\site-packages\jinja2\testsuite\__init__.py", line 
52, in*
* tearDown*
*    self.teardown()*
*  File "C:\Python27\lib\site-packages\jinja2\testsuite\loader.py", line 
131, in*
*teardown*
*    os.remove(self.archive)*
*WindowsError: [Error 32] The process cannot access the file because it is 
being*
*used by another process: 
'c:\\users\\hgodron\\appdata\\local\\temp\\2\\tmpcklf6w*
*.zip'*
*
*
*======================================================================*
*ERROR: test_weak_references (jinja2.testsuite.loader.ModuleLoaderTestCase)*
*----------------------------------------------------------------------*
*Traceback (most recent call last):*
*  File "C:\Python27\lib\site-packages\jinja2\testsuite\__init__.py", line 
52, in*
* tearDown*
*    self.teardown()*
*  File "C:\Python27\lib\site-packages\jinja2\testsuite\loader.py", line 
131, in*
*teardown*
*    os.remove(self.archive)*
*WindowsError: [Error 32] The process cannot access the file because it is 
being*
*used by another process: 
'c:\\users\\hgodron\\appdata\\local\\temp\\2\\tmpgkbqym*
*.zip'*
*
*
*----------------------------------------------------------------------*
*Ran 328 tests in 1.810s*
*
*
*FAILED (errors=7)*
*
*
*C:\Python27\Lib\site-packages\jinja2>*

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pocoo-libs.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to