Date: Monday, November 21, 2022 @ 21:29:42
  Author: grawlinson
Revision: 1351416

upgpkg: python-debian 0.1.49-1; new upstream release

Modified:
  python-debian/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-21 21:27:06 UTC (rev 1351415)
+++ PKGBUILD    2022-11-21 21:29:42 UTC (rev 1351416)
@@ -4,7 +4,7 @@
 # Contributor: Johannes Dewender   arch at JonnyJD dot net
 
 pkgname=python-debian
-pkgver=0.1.48
+pkgver=0.1.49
 pkgrel=1
 pkgdesc='Python module to work with Debian-related data formats'
 arch=('any')
@@ -22,7 +22,8 @@
   'python-wheel'
   'python-setuptools'
 )
-_commit='d16abb0710011a22567442ce0ecbbebb489c7628'
+checkdepends=('python-pytest')
+_commit='23f50416fce5ee7f1590b3ad1a49ec52e2e986d7'
 source=("$pkgname::git+$url.git#commit=$_commit")
 b2sums=('SKIP')
 
@@ -41,10 +42,7 @@
 check() {
   cd "$pkgname"
 
-  # remove failing tests .. for now
-  rm lib/debian/tests/test_debfile.py
-
-  python -m unittest discover --verbose lib/
+  pytest -v
 }
 
 package() {

Reply via email to