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>
This commit is contained in:
Michał Górny
2021-01-31 20:58:13 +01:00
parent 787e883f0e
commit 9d087e605f

View File

@@ -22,6 +22,7 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="
test? (
<dev-python/pytest-6.2[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"