diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-05-26 15:32:43 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-05-26 15:33:13 +0200 |
commit | aa5562b7113cccdc210fb5dfa36e70f6cfbc310f (patch) | |
tree | 9ba78fc05eb23525e94058449083111755e504e0 /dev-python/tekore | |
parent | dev-python/pocketlint: Remove old (diff) | |
download | gentoo-aa5562b7113cccdc210fb5dfa36e70f6cfbc310f.tar.gz gentoo-aa5562b7113cccdc210fb5dfa36e70f6cfbc310f.tar.bz2 gentoo-aa5562b7113cccdc210fb5dfa36e70f6cfbc310f.zip |
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>
Diffstat (limited to 'dev-python/tekore')
-rw-r--r-- | dev-python/tekore/tekore-3.7.1.ebuild | 9 |
1 files 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 128ffe74a887..0fa479a38a5d 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" |