From 2bf1b2f11cf65ae39a1e0e8bc51937443bcaa033 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 18 Sep 2019 20:03:06 -0500 Subject: modify the default scan categories to be limited to only 'pyramid' --- tests/test_config/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_config/test_init.py') diff --git a/tests/test_config/test_init.py b/tests/test_config/test_init.py index ce2b042ec..6c33abe23 100644 --- a/tests/test_config/test_init.py +++ b/tests/test_config/test_init.py @@ -1104,7 +1104,7 @@ test_config.dummy_include2""" def test_scan_integration_with_extra_kw(self): config = self._makeOne(autocommit=True) - config.scan('tests.test_config.pkgs.scanextrakw', a=1) + config.scan('tests.test_config.pkgs.scanextrakw', a=1, categories=None) self.assertEqual(config.a, 1) def test_scan_integration_with_onerror(self): -- cgit v1.2.3