Ignore coverage HTML report output dir in tests.
Added it to the list of dirs ignored by tests/runtests.py.
This commit is contained in:
parent
32a962bdbf
commit
72712755c4
|
@ -35,6 +35,7 @@ TEMP_DIR = tempfile.mkdtemp(prefix='django_')
|
||||||
os.environ['DJANGO_TEST_TEMP_DIR'] = TEMP_DIR
|
os.environ['DJANGO_TEST_TEMP_DIR'] = TEMP_DIR
|
||||||
|
|
||||||
SUBDIRS_TO_SKIP = [
|
SUBDIRS_TO_SKIP = [
|
||||||
|
'coverage_html',
|
||||||
'data',
|
'data',
|
||||||
'requirements',
|
'requirements',
|
||||||
'templates',
|
'templates',
|
||||||
|
|
Loading…
Reference in New Issue