salt/tests/integration
Pedro Algarvio e9122b1d7c Skip salt-ssh related tests on Fedora 39
The problem is that the tornado we ship is not prepared for Python 3.12,
and it imports `ssl` and checks if the `match_hostname` function is defined, which
has been deprecated since Python 3.7, so, the logic goes into trying to import
backports.ssl-match-hostname which is not installed on the system.
2024-02-28 11:24:14 +00:00
..
cli Skip salt-ssh related tests on Fedora 39 2024-02-28 11:24:14 +00:00
client Replace usage of @skipIf(True, ...) with pytest markers 2022-12-06 06:03:10 +00:00
cloud Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
doc Pyupgrade and drop six 2021-07-06 09:04:28 -04:00
executors Pyupgrade and drop six 2021-07-06 09:04:28 -04:00
externalapi Skip tests which can't run, or even pass on FIPS enabled platforms 2023-11-14 20:42:57 +00:00
files Remove vim config comments 2023-08-23 16:28:52 +00:00
fileserver Pyupgrade and drop six 2021-07-06 09:04:28 -04:00
grains Replace the usage of @skipIf(...) 2022-12-06 06:03:10 +00:00
loader Switch to a custom timeout_unless_on_windows marker 2024-02-08 21:44:04 +00:00
master Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
minion Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
modules Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
netapi Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
output Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
pillar The TestGitPython*HTTP and TestPygit2*HTTP tests now use a container 2022-12-29 09:12:09 +00:00
renderers Migrate tests/integration/renderers/test_jinja.py to pytest 2023-11-21 12:28:20 +00:00
returners Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
runners Ensure runners properly save information to job cache 2023-08-24 09:55:29 +01:00
sdb Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
shell Replace @skipIf(salt.utils.platform.is_freebsd(), ...) usage 2022-12-06 06:03:10 +00:00
spm Switch to a custom timeout_unless_on_windows marker 2024-02-08 21:44:04 +00:00
ssh Skip salt-ssh related tests on Fedora 39 2024-02-28 11:24:14 +00:00
states Skip tests which can't run, or even pass on FIPS enabled platforms 2023-11-14 20:42:57 +00:00
utils Fix lint issues after the pyyaml package upgrade 2023-07-18 14:21:40 +01:00
__init__.py Remove runtests.py and it's supporting code 2021-01-29 13:55:52 -05:00
conftest.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00