Commit bbcbacf0 authored by Tim Graham's avatar Tim Graham
Browse files

[1.7.x] Silenced deprecation warning in test_runner app.

parent 600ea43e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ class ModulesTestsPackages(IgnoreAllDeprecationWarningsMixin, unittest.TestCase)
            get_tests(app_config)


class LabelDiscoveryTest(TestCase):
class LabelDiscoveryTest(IgnoreAllDeprecationWarningsMixin, TestCase):

    @override_settings(INSTALLED_APPS=['test_runner.valid_app'])
    def test_discover_within_package(self):