mirror of
https://github.com/django/django.git
synced 2025-12-09 11:05:50 +00:00
[1.6.x] Fixed #19196 -- Added test/requirements
Backport of 4d92a0bd86 from master.
This commit is contained in:
parent
a2b4af3a1a
commit
aecbaaed0c
8 changed files with 32 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ TEMP_DIR = tempfile.mkdtemp(prefix='django_')
|
|||
os.environ['DJANGO_TEST_TEMP_DIR'] = TEMP_DIR
|
||||
|
||||
SUBDIRS_TO_SKIP = [
|
||||
'requirements',
|
||||
'templates',
|
||||
'test_discovery_sample',
|
||||
'test_discovery_sample2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue