Skip pyinstaller related tests

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-11-18 19:52:25 +00:00 committed by Pedro Algarvio
parent 658d57fbe8
commit 9e1bdd1415
2 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,10 @@ import salt.utils.pyinstaller.rthooks._overrides as overrides
from tests.support import mock
from tests.support.helpers import PatchedEnviron
pytestmark = [
pytest.mark.skip(reason="PyInstaller is no longer used."),
]
@pytest.fixture(params=("LD_LIBRARY_PATH", "LIBPATH"))
def envvar(request):

View file

@ -9,6 +9,10 @@ import salt.utils.pyinstaller.rthooks._overrides as overrides
from tests.support import mock
from tests.support.helpers import PatchedEnviron
pytestmark = [
pytest.mark.skip(reason="PyInstaller is no longer used."),
]
@pytest.fixture(params=("LD_LIBRARY_PATH", "LIBPATH"))
def envvar(request):