mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Exempt pip.iteritems from test_valid_docs test
This commit is contained in:
parent
fb27f8b69e
commit
94df2f8e6f
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ class SysModuleTest(integration.ModuleCase):
|
|||
'nspawn.restart',
|
||||
'lowpkg.bin_pkg_info',
|
||||
'state.apply',
|
||||
'pip.iteritems',
|
||||
)
|
||||
|
||||
for fun in docs:
|
||||
|
|
Loading…
Add table
Reference in a new issue