Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / python-schema
Commits: c93711c4 by Christian Heusel at 2023-09-03T18:55:48+02:00 upgpkg: 0.7.5-3: FS#78435: actually run the tests - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=schema pkgname="python-$_name" pkgver=0.7.5 -pkgrel=2 +pkgrel=3 pkgdesc='Python module to validate and convert data structures.' arch=(any) url="https://github.com/keleshev/$_name" @@ -27,7 +27,7 @@ build() { check() { cd "$srcdir/$_name-$pkgver" - python setup.py test + pytest } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-schema/-/commit/c93711c4b665a4aaa6dadcb7c3d01a5c56d8269e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-schema/-/commit/c93711c4b665a4aaa6dadcb7c3d01a5c56d8269e You're receiving this email because of your account on gitlab.archlinux.org.
