diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-02 14:47:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-02 14:48:21 +0200 |
commit | 7415355d7d6a0f7245ae8d7ff646e1b7b15cc3e2 (patch) | |
tree | 56e46752e69ac1c87a44768f3f15a00e49311eba /dev-python/zeroconf | |
parent | media-fonts/cascadia-code: add 2111.01 (diff) | |
download | gentoo-7415355d7d6a0f7245ae8d7ff646e1b7b15cc3e2.tar.gz gentoo-7415355d7d6a0f7245ae8d7ff646e1b7b15cc3e2.tar.bz2 gentoo-7415355d7d6a0f7245ae8d7ff646e1b7b15cc3e2.zip |
dev-python/zeroconf: Add missing dep on pytest-asyncio
Closes: https://bugs.gentoo.org/842153
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zeroconf')
-rw-r--r-- | dev-python/zeroconf/zeroconf-0.38.5.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 |