summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2022-08-28 20:58:34 +0200
committerMagnus Boman2022-08-28 20:58:34 +0200
commit730a7cf333d0b0385cd74dcf34f1eaaad80bec29 (patch)
tree929f2f7d8a524f73ee833a25dcd3d497afeaa7dc /PKGBUILD
parent5aca3d73f64649f4ff460a791a7e20b9aca616cb (diff)
downloadaur-730a7cf333d0b0385cd74dcf34f1eaaad80bec29.tar.gz
upgpkg: yt-dlp-git 2022.08.19.r10.g07275b708-1: Skip test_escaping
Skip test_escaping as it breaks with ffmpeg 5.1. https://github.com/yt-dlp/yt-dlp/issues/4604
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf169eb9611e..0819c53b7ca1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=yt-dlp-git
-pkgver=2022.04.08.r20.gcda1bc519
+pkgver=2022.08.19.r10.g07275b708
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes (git)'
arch=(any)
@@ -34,7 +34,8 @@ build() {
check() {
cd "${pkgname%-git}"
- pytest -v -m "not download"
+ # Skip test_escaping as it breaks with ffmpeg 5.1, see https://github.com/yt-dlp/yt-dlp/issues/4604
+ pytest -v -m "not download" -k "not test_escaping"
}
package() {