mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Remove the workaround for the salt-proxy script not working in classic macos packages
This commit is contained in:
parent
55c55bc4b3
commit
23bb7cd2e4
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ def test_help(install_salt):
|
|||
# Singlebin build, unable to get the version
|
||||
continue
|
||||
|
||||
# TODO: Remove this condition once the fixed 3005.x classic packages are released.
|
||||
if "salt-proxy" in cmd[0] and platform.is_darwin() and install_salt.classic:
|
||||
continue
|
||||
|
||||
if "python" in cmd[0] and len(cmd) == 1:
|
||||
ret = install_salt.proc.run(
|
||||
*cmd, "--version", stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
||||
|
|
Loading…
Add table
Reference in a new issue