summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-09 17:24:43 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-09 17:36:59 +0100
commita36d8bf3e4dded35fba325ad8e3c463549c51e62 (patch)
tree0d752068e76ad7ca8fbcc4a7adeff4ecfe3fcef2 /dev-python/watchfiles
parentdev-python/lz4: Fix testing against freshly built version (diff)
downloadgentoo-a36d8bf3e4dded35fba325ad8e3c463549c51e62.tar.gz
gentoo-a36d8bf3e4dded35fba325ad8e3c463549c51e62.tar.bz2
gentoo-a36d8bf3e4dded35fba325ad8e3c463549c51e62.zip
dev-python/watchfiles: Deselect a broken test
Closes: https://bugs.gentoo.org/919071 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchfiles')
-rw-r--r--dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild6
1 files changed, 6 insertions, 0 deletions
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
}