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

Felix Yan felixonmars at archlinux.org
Tue Jun 11 12:49:37 UTC 2019


    Date: Tuesday, June 11, 2019 @ 12:49:37
  Author: felixonmars
Revision: 480421

upgpkg: python-testfixtures 6.9.0-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-11 12:49:28 UTC (rev 480420)
+++ PKGBUILD	2019-06-11 12:49:37 UTC (rev 480421)
@@ -2,7 +2,7 @@
 
 pkgbase=python-testfixtures
 pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=6.8.2
+pkgver=6.9.0
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing unit tests or doc tests"
 arch=('any')
@@ -9,12 +9,12 @@
 license=('MIT')
 url="https://github.com/Simplistix/testfixtures"
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 'python2-mock'
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python2-mock'
               'python-zope-component' 'python2-zope-component' 'python-sybil' 'python2-sybil'
               'python-pytest-django' 'python2-pytest-django' 'python-django' 'python2-django'
               'python-twisted' 'python2-twisted')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz")
-sha512sums=('1104dd44f31e00441fc349d0051520824d0221eaf966858c73911dac6554b26ea271da62e360c79e903437118d7ee0025938311971e4e201f892d4e22b2fb627')
+sha512sums=('dcfe5a37aff59e7e680185d18d4d8137fb0cd98fd0bae23d4d8b90aa5d5fa2038df59e4fba604832562bc10122ae25b385b6a79d9d318907da2f8b11d885c6fd')
 
 prepare() {
   cp -a testfixtures-$pkgver{,-py2}
@@ -30,7 +30,7 @@
 
 check() {
   cd "$srcdir"/testfixtures-$pkgver
-  python setup.py pytest --addopts "--ignore=build" || warning "https://github.com/Simplistix/testfixtures/issues/115"
+  python setup.py pytest --addopts "--ignore=build"
 
   cd "$srcdir"/testfixtures-$pkgver-py2
   python2 setup.py pytest --addopts "--ignore=build"



More information about the arch-commits mailing list