summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-10 15:06:18 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-10 15:38:46 +0100
commitd760995a64c135f24f0b2665440bdcaea5e58dd3 (patch)
treeb03cf8709296497f993cd7bf61a9439d76a632e2
parentgnome-extra/gnome-shell-extension-bing-wallpaper: drop 45-r2 (diff)
downloadgentoo-d760995a64c135f24f0b2665440bdcaea5e58dd3.tar.gz
gentoo-d760995a64c135f24f0b2665440bdcaea5e58dd3.tar.bz2
gentoo-d760995a64c135f24f0b2665440bdcaea5e58dd3.zip
dev-python/pytest-asyncio: Deselect a broken test
Closes: https://bugs.gentoo.org/916339 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-asyncio/pytest-asyncio-0.21.1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.21.1.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.21.1.ebuild
index 95e4d0ec3e7a..68822fde2045 100644
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.21.1.ebuild
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.21.1.ebuild
@@ -40,6 +40,9 @@ python_test() {
tests/trio/test_fixtures.py::test_strict_mode_ignores_trio_fixtures
tests/test_event_loop_fixture_finalizer.py::test_event_loop_fixture_finalizer_raises_warning_when_fixture_leaves_loop_unclosed
tests/test_event_loop_fixture_finalizer.py::test_event_loop_fixture_finalizer_raises_warning_when_test_leaves_loop_unclosed
+ # incorrect use of hypothesis, test removed in git
+ # https://bugs.gentoo.org/916339
+ tests/hypothesis/test_inherited_test.py
)
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1