Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/yt-dlp/
Date: Mon, 22 Nov 2021 16:19:35
Message-Id: 1637597781.283b7f6ab2ceb978869fff7866db1e931ecab063.ionen@gentoo
1 commit: 283b7f6ab2ceb978869fff7866db1e931ecab063
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 16:10:34 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 16:16:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283b7f6a
7
8 net-misc/yt-dlp: disable pytest-markdown
9
10 Cause use of network and testing README.md is unnecessary.
11
12 Closes: https://bugs.gentoo.org/826574
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild b/net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild
19 index 1c8db08ef6f9..88bf8090cd8a 100644
20 --- a/net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild
21 +++ b/net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild
22 @@ -21,7 +21,7 @@ RDEPEND="
23 distutils_enable_tests pytest
24
25 python_test() {
26 - epytest -m 'not download'
27 + epytest -m 'not download' -p no:markdown
28 }
29
30 python_install() {