Gentoo Archives: gentoo-commits

From: Julien Roy <julien@××××.ca>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/curio/
Date: Tue, 31 Jan 2023 03:09:25
Message-Id: 1675134552.ee44f476e8d611c82eb2244f7d3c75b868dc6d03.julien@gentoo
1 commit: ee44f476e8d611c82eb2244f7d3c75b868dc6d03
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Tue Jan 31 03:07:02 2023 +0000
4 Commit: Julien Roy <julien <AT> jroy <DOT> ca>
5 CommitDate: Tue Jan 31 03:09:12 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee44f476
7
8 dev-python/curio: deselect test that requires network
9
10 Closes: https://bugs.gentoo.org/892595
11 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
12
13 dev-python/curio/curio-1.6.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild
17 index 0cf35ad54..17adf0b74 100644
18 --- a/dev-python/curio/curio-1.6.ebuild
19 +++ b/dev-python/curio/curio-1.6.ebuild
20 @@ -23,5 +23,10 @@ SLOT="0"
21
22 DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
23
24 +EPYTEST_DESELECT=(
25 + # Needs net
26 + "tests/test_network.py::test_ssl_outgoing"
27 +)
28 +
29 distutils_enable_sphinx docs --no-autodoc
30 distutils_enable_tests pytest