mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Change packages for pkg.installed tests on Debian-based systems
Travis-CI uses Debian/Ubuntu VMs and bzr is on their base image, so this causes these tests to fail on Travis. This replaces bzr for tests on Debian-based OSes.
This commit is contained in:
parent
3d3a13050a
commit
9d75d7a425
@ -18,7 +18,7 @@ import salt.utils
|
||||
|
||||
_PKG_TARGETS = {
|
||||
'Arch': ['bzr', 'finch'],
|
||||
'Debian': ['bzr', 'finch'],
|
||||
'Debian': ['python-plist', 'finch'],
|
||||
'RedHat': ['bzr', 'finch'],
|
||||
'FreeBSD': ['aalib', 'pth'],
|
||||
'Suse': ['aalib', 'finch']
|
||||
|
Loading…
Reference in New Issue
Block a user