Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/
Date: Mon, 02 May 2022 12:48:27
Message-Id: 1651495701.7415355d7d6a0f7245ae8d7ff646e1b7b15cc3e2.mgorny@gentoo
1 commit: 7415355d7d6a0f7245ae8d7ff646e1b7b15cc3e2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 12:47:48 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 12:48:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7415355d
7
8 dev-python/zeroconf: Add missing dep on pytest-asyncio
9
10 Closes: https://bugs.gentoo.org/842153
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/zeroconf/zeroconf-0.38.5.ebuild | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/zeroconf/zeroconf-0.38.5.ebuild b/dev-python/zeroconf/zeroconf-0.38.5.ebuild
17 index 86c76362ebb0..a8279caef7c4 100644
18 --- a/dev-python/zeroconf/zeroconf-0.38.5.ebuild
19 +++ b/dev-python/zeroconf/zeroconf-0.38.5.ebuild
20 @@ -27,11 +27,15 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
21 RDEPEND="
22 >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
23 "
24 +BDEPEND="
25 + test? (
26 + dev-python/pytest-asyncio[${PYTHON_USEDEP}]
27 + )
28 +"
29
30 distutils_enable_tests pytest
31
32 EPYTEST_DESELECT=(
33 - tests/utils/test_asyncio.py::test_run_coro_with_timeout
34 # network
35 tests/test_core.py::Framework::test_close_multiple_times
36 tests/test_core.py::Framework::test_launch_and_close