[arch-commits] Commit in python-ddt/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 15 19:55:18 UTC 2020


    Date: Friday, May 15, 2020 @ 19:55:17
  Author: felixonmars
Revision: 628097

upgpkg: python-ddt 1.4.1-1

Modified:
  python-ddt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 19:43:43 UTC (rev 628096)
+++ PKGBUILD	2020-05-15 19:55:17 UTC (rev 628097)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-ddt
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Data-Driven/Decorated Tests"
 arch=('any')
@@ -9,9 +9,9 @@
 url="https://github.com/txels/ddt"
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-yaml')
+checkdepends=('python-pytest' 'python-six' 'python-yaml')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz")
-sha512sums=('3787589b2693e64e2da8bf9381c08b66fc816e19174d5a2a06247fe82ec3588ff6342d0c18f5fd544b8a505676df61bd797119df7d1313c2fdc5d16bd6e02504')
+sha512sums=('a4d80aea3e5c9399b52899616fb9de94321e68e50a82bcb8d6dadb1406c544bd65c01321ffdcc91535291b5d3fac801b26d6eb2b2c02fd72b27cb6d795894238')
 
 build() {
   cd ddt-$pkgver
@@ -20,7 +20,7 @@
 
 check() {
   cd ddt-$pkgver
-  nosetests3
+  pytest
 }
 
 package() {



More information about the arch-commits mailing list