Skip to content

Commit ca5bf83

Browse files
dirkmuellerphilpep
authored andcommitted
List openSUSE Leap and Tumbleweed explicitly as rpm based distributions
dpkg-query could be installed which would make it fall back to debian, which is however incorrect.
1 parent fd6071d commit ca5bf83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testinfra/modules/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ def get_module_class(cls, host):
7777
"centos",
7878
"cloudlinux",
7979
"fedora",
80+
"opensuse-leap",
81+
"opensuse-tumbleweed",
8082
"rocky",
8183
)
8284
):

0 commit comments

Comments
 (0)