commit:     aa5562b7113cccdc210fb5dfa36e70f6cfbc310f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed May 26 13:32:43 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed May 26 13:33:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5562b7

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 <AT> gentoo.org>

 dev-python/tekore/tekore-3.7.1.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/tekore/tekore-3.7.1.ebuild 
b/dev-python/tekore/tekore-3.7.1.ebuild
index 128ffe74a88..0fa479a38a5 100644
--- a/dev-python/tekore/tekore-3.7.1.ebuild
+++ b/dev-python/tekore/tekore-3.7.1.ebuild
@@ -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"
 

Reply via email to