mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.6.x] Fixed #19196 -- Added test/requirements
Backport of 4d92a0bd86 from master.
This commit is contained in:
6
tests/requirements/base.txt
Normal file
6
tests/requirements/base.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
bcrypt
|
||||
docutils
|
||||
Pillow
|
||||
PyYAML
|
||||
pytz
|
||||
selenium
|
||||
1
tests/requirements/mysql.txt
Normal file
1
tests/requirements/mysql.txt
Normal file
@@ -0,0 +1 @@
|
||||
MySQL-python
|
||||
1
tests/requirements/oracle.txt
Normal file
1
tests/requirements/oracle.txt
Normal file
@@ -0,0 +1 @@
|
||||
cx_oracle
|
||||
1
tests/requirements/postgres.txt
Normal file
1
tests/requirements/postgres.txt
Normal file
@@ -0,0 +1 @@
|
||||
psycopg2
|
||||
2
tests/requirements/py2.txt
Normal file
2
tests/requirements/py2.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
-r base.txt
|
||||
python-memcached
|
||||
2
tests/requirements/py3.txt
Normal file
2
tests/requirements/py3.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
-r base.txt
|
||||
python3-memcached
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user