summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-27 14:15:00 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-27 14:46:19 +0100
commit1f7d04d6e19f7be033ef8b15d71a135ccc59557d (patch)
tree8f98a8bab81c597f72703f21b5f98440bf95dc13 /dev-python/trio
parentdev-libs/intel-compute-runtime: add 21.47.21710 (diff)
downloadgentoo-1f7d04d6e19f7be033ef8b15d71a135ccc59557d.tar.gz
gentoo-1f7d04d6e19f7be033ef8b15d71a135ccc59557d.tar.bz2
gentoo-1f7d04d6e19f7be033ef8b15d71a135ccc59557d.zip
dev-python/trio: Remove unused SSL test deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/trio')
-rw-r--r--dev-python/trio/trio-0.19.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/trio/trio-0.19.0.ebuild b/dev-python/trio/trio-0.19.0.ebuild
index 2f5dc6e484dd..3a0aecc30f71 100644
--- a/dev-python/trio/trio-0.19.0.ebuild
+++ b/dev-python/trio/trio-0.19.0.ebuild
@@ -26,15 +26,14 @@ RDEPEND="
dev-python/sniffio[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
"
+# NB: we're ignoring tests that require trustme+pyopenssl
BDEPEND="
test? (
>=dev-python/astor-0.8.0[${PYTHON_USEDEP}]
>=dev-python/immutables-0.6[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
>=dev-python/jedi-0.18.0[${PYTHON_USEDEP}]
- dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
- dev-python/trustme[${PYTHON_USEDEP}]
)
"