commit:     d760995a64c135f24f0b2665440bdcaea5e58dd3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 14:06:18 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 14:38:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d760995a

dev-python/pytest-asyncio: Deselect a broken test

Closes: https://bugs.gentoo.org/916339
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-asyncio/pytest-asyncio-0.21.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

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

Reply via email to