commit:     7415355d7d6a0f7245ae8d7ff646e1b7b15cc3e2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 12:47:48 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  2 12:48:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7415355d

dev-python/zeroconf: Add missing dep on pytest-asyncio

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

 dev-python/zeroconf/zeroconf-0.38.5.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/zeroconf/zeroconf-0.38.5.ebuild 
b/dev-python/zeroconf/zeroconf-0.38.5.ebuild
index 86c76362ebb0..a8279caef7c4 100644
--- a/dev-python/zeroconf/zeroconf-0.38.5.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.38.5.ebuild
@@ -27,11 +27,15 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 RDEPEND="
        >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
 "
+BDEPEND="
+       test? (
+               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+       )
+"
 
 distutils_enable_tests pytest
 
 EPYTEST_DESELECT=(
-       tests/utils/test_asyncio.py::test_run_coro_with_timeout
        # network
        tests/test_core.py::Framework::test_close_multiple_times
        tests/test_core.py::Framework::test_launch_and_close

Reply via email to