mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/tekore: relax pytest-asyncio constaint
Tests pass with pytest-asyncio-0.15.1 as well Closes: https://bugs.gentoo.org/792216 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -23,10 +23,11 @@ RDEPEND="
|
||||
<dev-python/httpx-0.18[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
BDEPEND="test? (
|
||||
>=dev-python/pytest-asyncio-0.11[${PYTHON_USEDEP}]
|
||||
<dev-python/pytest-asyncio-0.15[${PYTHON_USEDEP}]
|
||||
)"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/pytest-asyncio-0.11[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
DOCS="readme.rst"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user