diff options
author | Egor Martynov <martynovegorOF@yandex.ru> | 2023-01-20 07:36:15 +0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-20 01:15:48 +0000 |
commit | 9ff760e686f5c153ae7f82f4a322966f07e01500 (patch) | |
tree | 322a160611f4f614e6c43bbe0b219ce49ab78d8d /x11-wm | |
parent | x11-wm/qtile: fix tests (diff) | |
download | gentoo-9ff760e686f5c153ae7f82f4a322966f07e01500.tar.gz gentoo-9ff760e686f5c153ae7f82f4a322966f07e01500.tar.bz2 gentoo-9ff760e686f5c153ae7f82f4a322966f07e01500.zip |
x11-wm/qtile: change TODO messages
Signed-off-by: Egor Martynov <martynovegorOF@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/29170
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/qtile/qtile-0.21.0-r1.ebuild | 1 | ||||
-rw-r--r-- | x11-wm/qtile/qtile-0.22.1-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-wm/qtile/qtile-0.22.1.ebuild | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild b/x11-wm/qtile/qtile-0.21.0-r1.ebuild index a7a04d573017..00d5941fc8f5 100644 --- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild +++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild @@ -55,7 +55,6 @@ python_test() { # Force usage of built module rm -rf "${S}"/libqtile || die - # 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}" } diff --git a/x11-wm/qtile/qtile-0.22.1-r1.ebuild b/x11-wm/qtile/qtile-0.22.1-r1.ebuild index 33f64ff72efe..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,7 @@ python_test() { # Force usage of built module rm -rf "${S}"/libqtile || die - # TODO: remove "-p no:xdist" when https://github.com/qtile/qtile/issues/1634 will be resolved. + # 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}" } diff --git a/x11-wm/qtile/qtile-0.22.1.ebuild b/x11-wm/qtile/qtile-0.22.1.ebuild index eb09ab6ec305..ff1328ef1a08 100644 --- a/x11-wm/qtile/qtile-0.22.1.ebuild +++ b/x11-wm/qtile/qtile-0.22.1.ebuild @@ -61,7 +61,6 @@ python_test() { # Force usage of built module rm -rf "${S}"/libqtile || die - # 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}" } |