﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22772	django.contrib.formtools test failures on Windows due to failure to delete file that is being used by another process	Michael Manfre	Simon Charette	"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'                                                                                                                                     
}}}"	Bug	closed	contrib.formtools	1.7-beta-2	Release blocker	fixed	Windows		Accepted	0	0	0	0	0	0
