salt/tests
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
..
integration Skip salt-ssh related tests on Fedora 39 2024-02-28 11:24:14 +00:00
kitchen Initial removal usage of distutils and replacement with setuptools 2022-12-20 07:07:21 -07:00
pytests Skip salt-ssh related tests on Fedora 39 2024-02-28 11:24:14 +00:00
support Improve logic to account for Alma Linux 2024-02-28 11:24:14 +00:00
unit We depend on `msgpack >= 1.0`, simplify logic 2024-02-27 08:07:04 +00:00
__init__.py Make sys.path cleanup work on windows 2023-09-19 20:37:29 +00:00
buildpackage.py Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
committer_parser.py Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
conftest.py Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
eventlisten.py Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
eventlisten.sh
filename_map.yml Set cgroupns to host to fix the libvirt migration tests. 2023-09-29 16:01:59 +00:00
minionswarm.py Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
modparser.py Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
packdump.py
runtests.py
salt-tcpdump.py Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
saltsh.py Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
wheeltest.py Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
zypp_plugin.py