Remove the workaround for the salt-proxy script not working in classic macos packages

This commit is contained in:
MKLeb 2023-09-15 13:36:27 -04:00 committed by Gareth J. Greenaway
parent 55c55bc4b3
commit 23bb7cd2e4

View file

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