app-admin/salt: random_org unittest was moved to integration tests
authorElias Probst <mail@eliasprobst.eu>
Tue, 20 Dec 2016 14:47:40 +0000 (15:47 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 15 Jan 2017 17:44:57 +0000 (18:44 +0100)
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

app-admin/salt/salt-9999.ebuild

index f6ea9951906d1f5eba09643236f701bc97e1e327..a7ecc332974bceaf059bc9a10f0b68c2872e6237 100644 (file)
@@ -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