commit: a36d8bf3e4dded35fba325ad8e3c463549c51e62 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 9 16:24:43 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 9 16:36:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36d8bf3
dev-python/watchfiles: Deselect a broken test Closes: https://bugs.gentoo.org/919071 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild b/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild index 6e9298bff633..de7f49819093 100644 --- a/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild +++ b/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild @@ -112,6 +112,12 @@ src_prepare() { } python_test() { + local EPYTEST_DESELECT=( + # test broken with new anyio + # https://github.com/samuelcolvin/watchfiles/issues/254 + tests/test_watch.py::test_awatch_interrupt_raise + ) + rm -rf watchfiles || die epytest }
