mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add missing import to win_file, remove tests from whitelist
This commit is contained in:
parent
1a8a1a091c
commit
17f846a13c
@ -18,6 +18,7 @@ import logging
|
||||
# pylint: disable=W0611
|
||||
import operator # do not remove
|
||||
from collections import Iterable, Mapping # do not remove
|
||||
from functools import reduce # do not remove
|
||||
import datetime # do not remove.
|
||||
import tempfile # do not remove. Used in salt.modules.file.__clean_tmp
|
||||
import itertools # same as above, do not remove, it's used in __clean_tmp
|
||||
|
@ -4,9 +4,6 @@ integration.fileserver.test_fileclient
|
||||
integration.fileserver.test_roots
|
||||
integration.loader.test_ext_grains
|
||||
integration.loader.test_ext_modules
|
||||
integration.loader.test_globals
|
||||
integration.loader.test_interfaces
|
||||
integration.loader.test_loader
|
||||
integration.modules.test_aliases
|
||||
integration.modules.test_beacons
|
||||
integration.modules.test_config
|
||||
|
Loading…
Reference in New Issue
Block a user