--- notify2-0.3.ebuild 2019-08-09 20:25:11.646082780 +0200 +++ notify2-0.3-r1.ebuild 2019-08-09 20:23:44.586566866 +0200 @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -inherit distutils-r1 +inherit distutils-r1 virtualx DESCRIPTION="Python interface to DBus notifications." HOMEPAGE="https://bitbucket.org/takluyver/pynotify2" @@ -18,7 +18,7 @@ RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" python_test() { - ${EPYTHON} test_notify2.py || die + virtx ${EPYTHON} test_notify2.py || die } python_install_all() {