summaryrefslogtreecommitdiff
path: root/tests/fixtures_regress
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2017-01-11 23:09:41 -0500
committerSimon Charette <charette.s@gmail.com>2017-01-13 08:50:03 -0500
commitdc1193085da0c9a4d97f17e30f21695e53573472 (patch)
treed7a63e89763c626219b6bdcaca887b377607c34a /tests/fixtures_regress
parent973cfd2ef56664480d0e1b112da51793cdf85448 (diff)
downloaddjango-dc1193085da0c9a4d97f17e30f21695e53573472.tar.gz
Made contenttypes and auth apps unavailable when not necessary in tests.
Diffstat (limited to 'tests/fixtures_regress')
-rw-r--r--tests/fixtures_regress/tests.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/fixtures_regress/tests.py b/tests/fixtures_regress/tests.py
index 42f410d753..657ea13b36 100644
--- a/tests/fixtures_regress/tests.py
+++ b/tests/fixtures_regress/tests.py
@@ -888,11 +888,7 @@ class M2MNaturalKeyFixtureTests(TestCase):
class TestTicket11101(TransactionTestCase):
- available_apps = [
- 'fixtures_regress',
- 'django.contrib.auth',
- 'django.contrib.contenttypes',
- ]
+ available_apps = ['fixtures_regress']
@skipUnlessDBFeature('supports_transactions')
def test_ticket_11101(self):