commit:     9f80d3c123eec3fc46155f61ca9c9d4b57bd866b
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Tue Dec 20 14:47:40 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 17:44:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f80d3c1

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

 app-admin/salt/salt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/salt/salt-9999.ebuild b/app-admin/salt/salt-9999.ebuild
index f6ea995..a7ecc33 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

Reply via email to