diff options
author | 2021-01-31 20:58:13 +0100 | |
---|---|---|
committer | 2021-01-31 21:04:09 +0100 | |
commit | 9d087e605f007f6a8ee3cf5ea9e1ee8acb96fe7d (patch) | |
tree | 329e6e36b97b922984852f5c91232d6a3345f5cc /dev-python/async-lru | |
parent | dev-python/funcy: Remove old (diff) | |
download | gentoo-9d087e605f007f6a8ee3cf5ea9e1ee8acb96fe7d.tar.gz gentoo-9d087e605f007f6a8ee3cf5ea9e1ee8acb96fe7d.tar.bz2 gentoo-9d087e605f007f6a8ee3cf5ea9e1ee8acb96fe7d.zip |
dev-python/async-lru: Require pytest<6.2 for tests
Closes: https://bugs.gentoo.org/768093
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/async-lru')
-rw-r--r-- | dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild b/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild index c3cc4caba708..7935c28218c0 100644 --- a/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild +++ b/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild @@ -22,6 +22,7 @@ KEYWORDS="~amd64 ~x86" BDEPEND=" test? ( + <dev-python/pytest-6.2[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] )" |