mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch '2019.2.1' into ssh_tops
This commit is contained in:
commit
cbbc76425a
2 changed files with 1 additions and 2 deletions
|
@ -172,5 +172,5 @@ def get_python_executable():
|
|||
python_binary = None
|
||||
except AttributeError:
|
||||
# We're not running inside a virtualenv
|
||||
python_binary = None
|
||||
python_binary = sys.executable
|
||||
return python_binary
|
||||
|
|
|
@ -195,7 +195,6 @@ TEST_SUITES = collections.OrderedDict(sorted(TEST_SUITES_UNORDERED.items(),
|
|||
class SaltTestsuiteParser(SaltCoverageTestingParser):
|
||||
support_docker_execution = True
|
||||
support_destructive_tests_selection = True
|
||||
support_expensive_tests_selection = True
|
||||
source_code_basedir = SALT_ROOT
|
||||
|
||||
def _get_suites(self, include_unit=False, include_cloud_provider=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue