summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-05 05:53:38 +0100
committerMichał Górny <mgorny@gentoo.org>2024-03-05 06:18:24 +0100
commit64746741e86de99c1137d911e5d4f1c8e7fbb7d0 (patch)
treec20410c99c9185989eae11a2fc4e0f56451cbeeb /dev-python/ipyparallel
parentdev-python/sqlglot: Bump to 22.2.1 (diff)
downloadgentoo-64746741e86de99c1137d911e5d4f1c8e7fbb7d0.tar.gz
gentoo-64746741e86de99c1137d911e5d4f1c8e7fbb7d0.tar.bz2
gentoo-64746741e86de99c1137d911e5d4f1c8e7fbb7d0.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/ipyparallel')
-rw-r--r--dev-python/ipyparallel/ipyparallel-8.7.0.ebuild1
1 files changed, 0 insertions, 1 deletions
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}]