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@gentoo.org>
This commit is contained in:
Ionen Wolkens
2021-11-22 11:10:34 -05:00
parent 572543329f
commit 283b7f6ab2

View File

@@ -21,7 +21,7 @@ RDEPEND="
distutils_enable_tests pytest
python_test() {
epytest -m 'not download'
epytest -m 'not download' -p no:markdown
}
python_install() {