mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
parent
6b6d13bf6e
commit
36e90d1f45
12 changed files with 154 additions and 71 deletions
|
@ -84,8 +84,6 @@ def get_test_modules():
|
|||
os.path.isfile(f) or
|
||||
not os.path.exists(os.path.join(dirpath, f, '__init__.py'))):
|
||||
continue
|
||||
if connection.vendor != 'postgresql' and f == 'postgres_tests':
|
||||
continue
|
||||
modules.append((modpath, f))
|
||||
return modules
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue