[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: yt-dlp: Fix build.
From: |
guix-commits |
Subject: |
11/11: gnu: yt-dlp: Fix build. |
Date: |
Sat, 25 Jan 2025 11:25:43 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit b226a1007a9111adacb05984b8d74def24257dce
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Sat Jan 25 17:10:19 2025 +0100
gnu: yt-dlp: Fix build.
* gnu/packages/video.scm (yt-dlp)[arguments]<#:test-flags>: Fix build.
<#:phases>[check]: Handle test-flags.
Change-Id: Ib6b79b11e37fd88526b3f12b70daa839dd904949
---
gnu/packages/video.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8334b255d7..d0b5907bdd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3184,6 +3184,7 @@ YouTube.com and many more sites.")
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))
+ #:test-flags '("--ignore=test/test_websockets.py")
#:phases
(modify-phases %standard-phases
;; See <https://issues.guix.gnu.org/43418#5>.
@@ -3211,9 +3212,9 @@ YouTube.com and many more sites.")
"yt-dlp"
"completions"))))
(replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
+ (lambda* (#:key tests? test-flags #:allow-other-keys)
(when tests?
- (invoke "pytest" "-k" "not download")))))))
+ (apply invoke "pytest" "-k" "not download" test-flags)))))))
(inputs (list ffmpeg python-brotli
python-certifi
python-mutagen
- branch master updated (4797fb64ca -> b226a1007a), guix-commits, 2025/01/25
- 09/11: gnu: python-ledgerblue: Update to 0.1.54., guix-commits, 2025/01/25
- 11/11: gnu: yt-dlp: Fix build.,
guix-commits <=
- 07/11: gnu: python-hidapi: Update to 0.14.0.post2., guix-commits, 2025/01/25
- 08/11: gnu: python-gnupg: Update to 0.5.0., guix-commits, 2025/01/25
- 03/11: gnu: Add python-bleak., guix-commits, 2025/01/25
- 02/11: gnu: Add python-dbus-fast., guix-commits, 2025/01/25
- 06/11: gnu: {python-pycryptodome, python-pycryptodomex}: Update to 3.21.0., guix-commits, 2025/01/25
- 10/11: gnu: beets-bandcamp: Fix build., guix-commits, 2025/01/25
- 05/11: gnu: Add python-nfcpy., guix-commits, 2025/01/25
- 01/11: gnu: Add python-pydes., guix-commits, 2025/01/25
- 04/11: gnu: Add python-ndeflib., guix-commits, 2025/01/25