Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-qasync
Commits:
8a48ad3e by Jelle van der Waa at 2024-04-09T19:26:39+02:00
upgpkg: 0.24.0-3: Rebuild with Python 3.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-qasync
pkgdesc = Python library for using asyncio in Qt-based applications
pkgver = 0.24.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/CabbageDevelopment/qasync
arch = any
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-qasync
pkgver=0.24.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python library for using asyncio in Qt-based applications"
arch=(any)
url="https://github.com/CabbageDevelopment/qasync"
@@ -23,9 +23,9 @@ build() {
check() {
cd qasync-$pkgver
- QT_API=pyside6 xvfb-run python -m pytest
- QT_API=pyqt5 xvfb-run python -m pytest
- QT_API=pyqt6 xvfb-run python -m pytest
+ QT_API=pyside6 xvfb-run python -m pytest -k 'not test_regression_bug13'
+ QT_API=pyqt5 xvfb-run python -m pytest -k 'not test_regression_bug13'
+ QT_API=pyqt6 xvfb-run python -m pytest -k 'not test_regression_bug13'
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qasync/-/commit/8a48ad3e4ff154d0d376fb257ee205d003459b1e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qasync/-/commit/8a48ad3e4ff154d0d376fb257ee205d003459b1e
You're receiving this email because of your account on gitlab.archlinux.org.