commit: 64746741e86de99c1137d911e5d4f1c8e7fbb7d0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 5 04:53:38 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 5 05:18:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64746741
dev-python/ipyparallel: Remove wrong pytest restriction
Remove the restriction to <dev-python/pytest-8 -- it was broken through
an irrelevant plugin.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ipyparallel/ipyparallel-8.7.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/ipyparallel/ipyparallel-8.7.0.ebuild
b/dev-python/ipyparallel/ipyparallel-8.7.0.ebuild
index d1401a29b6da..b7c622ae9e8e 100644
--- a/dev-python/ipyparallel/ipyparallel-8.7.0.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-8.7.0.ebuild
@@ -39,7 +39,6 @@ BDEPEND="
test? (
dev-python/ipython[test]
dev-python/mock[${PYTHON_USEDEP}]
- <dev-python/pytest-8[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-tornado[${PYTHON_USEDEP}]
dev-python/testpath[${PYTHON_USEDEP}]