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
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