Merge branch '2019.2.1' into ssh_tops

This commit is contained in:
Megan Wilhite 2019-05-14 11:40:53 -04:00 committed by GitHub
commit cbbc76425a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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,