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:
Andrew Ammerlaan
2021-05-26 15:32:43 +02:00
parent 9a950e8929
commit aa5562b711

View File

@@ -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"