diff options
Diffstat (limited to 'x11-wm/qtile/qtile-0.22.1.ebuild')
-rw-r--r-- | x11-wm/qtile/qtile-0.22.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/qtile/qtile-0.22.1.ebuild b/x11-wm/qtile/qtile-0.22.1.ebuild index fab0046ff270..eb09ab6ec305 100644 --- a/x11-wm/qtile/qtile-0.22.1.ebuild +++ b/x11-wm/qtile/qtile-0.22.1.ebuild @@ -61,7 +61,8 @@ python_test() { # Force usage of built module rm -rf "${S}"/libqtile || die - epytest || die "Tests failed with ${EPYTHON}" + # TODO: remove "-p no:xdist" when https://github.com/qtile/qtile/issues/1634 will be resolved. + epytest -p no:xdist || die "Tests failed with ${EPYTHON}" } python_install_all() { |