David Runge pushed to branch main at Arch Linux / Packaging / Packages / repod


Commits:
46bf92e5 by David Runge at 2025-11-13T10:30:16+01:00
upgpkg: 0.3.1-4

Rebuild against python-pytest-asyncio 1.0.0 and disable tests that are no 
longer compatible.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = repod
        pkgdesc = Tooling to maintain binary package repositories
        pkgver = 0.3.1
-       pkgrel = 3
+       pkgrel = 4
        url = https://repod.archlinux.page/
        arch = any
        license = GPL-3.0-or-later


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=repod
 pkgver=0.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Tooling to maintain binary package repositories"
 arch=(any)
 url="https://repod.archlinux.page/";
@@ -53,14 +53,16 @@ check() {
     -vv
     -k 'not (integration or regex)'
     # fail with Python 3.12 (unittest.mock.Mock.has_calls silently removed)
-    --deselect tests/config/test_settings.py::test_usertomlconfig[True-False]
-    --deselect tests/config/test_settings.py::test_usertomlconfig[False-False]
-    --deselect tests/config/test_settings.py::test_usertomlconfig[True-True]
-    --deselect tests/config/test_settings.py::test_usertomlconfig[False-True]
-    --deselect tests/config/test_settings.py::test_systemtomlconfig[True-False]
-    --deselect 
tests/config/test_settings.py::test_systemtomlconfig[False-False]
-    --deselect tests/config/test_settings.py::test_systemtomlconfig[True-True]
-    --deselect tests/config/test_settings.py::test_systemtomlconfig[False-True]
+    --deselect 'tests/config/test_settings.py::test_usertomlconfig[True-False]'
+    --deselect 
'tests/config/test_settings.py::test_usertomlconfig[False-False]'
+    --deselect 'tests/config/test_settings.py::test_usertomlconfig[True-True]'
+    --deselect 'tests/config/test_settings.py::test_usertomlconfig[False-True]'
+    --deselect 
'tests/config/test_settings.py::test_systemtomlconfig[True-False]'
+    --deselect 
'tests/config/test_settings.py::test_systemtomlconfig[False-False]'
+    --deselect 
'tests/config/test_settings.py::test_systemtomlconfig[True-True]'
+    --deselect 
'tests/config/test_settings.py::test_systemtomlconfig[False-True]'
+    # issues with newer python-pytest-asyncio
+    --deselect 
'tests/test_commands.py::test_run_command[cmd2-env2-True-False-False-True-None-expectation2]'
   )
 
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/repod/-/commit/46bf92e576096d69d9963ece237f4d70b81a55dc

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


Reply via email to