summaryrefslogtreecommitdiff
path: root/x11-wm/qtile/qtile-0.22.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/qtile/qtile-0.22.1-r1.ebuild')
-rw-r--r--x11-wm/qtile/qtile-0.22.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/qtile/qtile-0.22.1-r1.ebuild b/x11-wm/qtile/qtile-0.22.1-r1.ebuild
index 0c6ec1818ef4..b977e32eec6b 100644
--- a/x11-wm/qtile/qtile-0.22.1-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.22.1-r1.ebuild
@@ -86,7 +86,8 @@ python_test() {
# Force usage of built module
rm -rf "${S}"/libqtile || die
- epytest --backend=x11 $(usev wayland '--backend=wayland') || die "Tests failed with ${EPYTHON}"
+ # TODO: remove "-p no:xdist" for next release when https://github.com/qtile/qtile/issues/1634 will be resolved.
+ epytest -p no:xdist --backend=x11 $(usev wayland '--backend=wayland') || die "Tests failed with ${EPYTHON}"
}
python_install_all() {