Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb562e6

Browse filesBrowse files
s0undt3chdwoz
authored andcommitted
Stop importing salt.log it's long deprecated
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
1 parent a4352e1 commit fb562e6
Copy full SHA for fb562e6

File tree

Expand file treeCollapse file tree

1 file changed

+40
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+40
-6
lines changed

‎tests/pytests/pkg/integration/test_check_imports.py

Copy file name to clipboardExpand all lines: tests/pytests/pkg/integration/test_check_imports.py
+40-6Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,46 @@
1919
def run():
2020
config = {}
2121
for module in [
22-
'templates', 'platform', 'cli', 'executors', 'config', 'wheel', 'netapi',
23-
'cache', 'proxy', 'transport', 'metaproxy', 'modules', 'tokens', 'matchers',
24-
'acl', 'auth', 'log', 'engines', 'client', 'returners', 'runners', 'tops',
25-
'output', 'daemons', 'thorium', 'renderers', 'states', 'cloud', 'roster',
26-
'beacons', 'pillar', 'spm', 'utils', 'sdb', 'fileserver', 'defaults',
27-
'ext', 'queues', 'grains', 'serializers'
22+
'_logging',
23+
'acl',
24+
'auth',
25+
'beacons',
26+
'cache',
27+
'cli',
28+
'client',
29+
'cloud',
30+
'config',
31+
'daemons',
32+
'defaults',
33+
'engines',
34+
'executors',
35+
'ext',
36+
'fileserver',
37+
'grains',
38+
'matchers',
39+
'metaproxy',
40+
'modules',
41+
'netapi',
42+
'output',
43+
'pillar',
44+
'platform',
45+
'proxy',
46+
'queues',
47+
'renderers',
48+
'returners',
49+
'roster',
50+
'runners',
51+
'sdb',
52+
'serializers',
53+
'spm',
54+
'states',
55+
'templates',
56+
'thorium',
57+
'tokens',
58+
'tops',
59+
'transport',
60+
'utils',
61+
'wheel',
2862
]:
2963
import_name = "salt.{}".format(module)
3064
try:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.