mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #52973 from twangboy/fix_test_pip_state
Fix `integration.states.test_pip_state.PipStateTest.test_issue_2028_pip_installed_state` on Windows
This commit is contained in:
commit
ce099aaa46
1 changed files with 1 additions and 1 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
|
||||
|
|
Loading…
Add table
Reference in a new issue