commit:     283b7f6ab2ceb978869fff7866db1e931ecab063
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 16:10:34 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 16:16:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283b7f6a

net-misc/yt-dlp: disable pytest-markdown

Cause use of network and testing README.md is unnecessary.

Closes: https://bugs.gentoo.org/826574
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 1c8db08ef6f9..88bf8090cd8a 100644
--- 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
@@ -21,7 +21,7 @@ RDEPEND="
 distutils_enable_tests pytest
 
 python_test() {
-       epytest -m 'not download'
+       epytest -m 'not download' -p no:markdown
 }
 
 python_install() {

Reply via email to