diff options
author | Elias Probst <mail@eliasprobst.eu> | 2016-12-20 15:47:40 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-15 18:44:57 +0100 |
commit | 9f80d3c123eec3fc46155f61ca9c9d4b57bd866b (patch) | |
tree | 2bce9e4e6014d8f200d68079fd9a3f11c34f8f64 /app-admin | |
parent | dev-python/python-djvulibre: bump to 0.8 (diff) | |
download | gentoo-9f80d3c123eec3fc46155f61ca9c9d4b57bd866b.tar.gz gentoo-9f80d3c123eec3fc46155f61ca9c9d4b57bd866b.tar.bz2 gentoo-9f80d3c123eec3fc46155f61ca9c9d4b57bd866b.zip |
app-admin/salt: random_org unittest was moved to integration tests
Upstream moved the unittest `random_org_test.py` to the integration
tests in 671cebfa30, so it doesn't have to be removed by the ebuild
anymore which failed since upstream's changes.
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3182
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/salt/salt-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/salt/salt-9999.ebuild b/app-admin/salt/salt-9999.ebuild index f6ea9951906d..a7ecc332974b 100644 --- a/app-admin/salt/salt-9999.ebuild +++ b/app-admin/salt/salt-9999.ebuild @@ -89,7 +89,7 @@ RESTRICT="x86? ( test )" python_prepare() { # this test fails because it trys to "pip install distribute" rm tests/unit/{modules,states}/zcbuildout_test.py \ - tests/unit/modules/{rh_ip,win_network,random_org}_test.py || die + tests/unit/modules/{rh_ip,win_network}_test.py || die # apparently libcloud does not know about this? rm tests/unit/cloud/clouds/dimensiondata_test.py || die |