#22772: django.contrib.formtools test failures on Windows due to failure to 
delete
file that is being used by another process
-----------------------------------+------------------------
     Reporter:  manfre             |      Owner:  nobody
         Type:  Uncategorized      |     Status:  new
    Component:  contrib.formtools  |    Version:  1.7-beta-2
     Severity:  Release blocker    |   Keywords:  Windows
 Triage Stage:  Unreviewed         |  Has patch:  0
Easy pickings:  0                  |      UI/UX:  0
-----------------------------------+------------------------
 One of many similar errors with Windows, Python 2.7, Django stable/1.7.x,
 and sqlite.

 {{{
 ======================================================================
 ERROR: test_form_refresh
 (django.contrib.formtools.tests.wizard.wizardtests.tests.CookieWizardTests)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 
"C:\projects\django\django\django\contrib\formtools\tests\wizard\wizardtests\tests.py",
 line 49, in tearDown
     temp_storage.delete(file)
   File "C:\projects\django\django\django\core\files\storage.py", line 262,
 in delete
     os.remove(name)
 WindowsError: [Error 32] The process cannot access the file because it is
 being used by another process:
 u'c:\\users\\manfre\\appdata\\local\\temp\\django_sqv5du\\tmpruqopl\\tests.py'
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22772>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.b31196b9a51174969e2f579bc171d04c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to