Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / lutris


Commits:
9a3c6fcb by loqs at 2026-01-10T16:31:43+00:00
Replace in checkdepends python-nose with python-nose2

Related 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nose/-/issues/2.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -5,7 +5,7 @@ pkgbase = lutris
        url = https://lutris.net
        arch = any
        license = GPL-3.0-only
-       checkdepends = python-nose
+       checkdepends = python-nose2
        checkdepends = xorg-server-xvfb
        checkdepends = xterm
        checkdepends = fluidsynth


=====================================
PKGBUILD
=====================================
@@ -49,7 +49,7 @@ makedepends=(
   python-poetry-core
 )
 checkdepends=(
-  python-nose
+  python-nose2
   xorg-server-xvfb
   xterm
   fluidsynth
@@ -99,7 +99,7 @@ build() {
 
 check() {
   cd lutris
-  xvfb-run nosetests
+  xvfb-run nose2
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/9a3c6fcbace2b18e9306ef85bd24c6d917252807

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/9a3c6fcbace2b18e9306ef85bd24c6d917252807
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to