mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Skip pyinstaller related tests
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
658d57fbe8
commit
9e1bdd1415
2 changed files with 8 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue