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

Felix Yan felixonmars at archlinux.org
Sat Feb 24 12:19:37 UTC 2018


    Date: Saturday, February 24, 2018 @ 12:19:36
  Author: felixonmars
Revision: 297890

upgpkg: python-hypothesis 3.45.3-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-24 12:19:35 UTC (rev 297889)
+++ PKGBUILD	2018-02-24 12:19:36 UTC (rev 297890)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.45.2
+pkgver=3.45.3
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
               'python-django' 'python2-django' 'python-pytest-xdist' 'python2-pytest-xdist'
               'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz")
-sha512sums=('4994628bbb15d6213961123fae9931e0f2cd5a0c82bd7238e070bc2f33af036a90ef9c2a9393a9d316b6a436499d82eaa1af7980e923fbf1f62f5cae5ee79706')
+sha512sums=('2cd970695f23fc0e523f27e56bd0ac9e8f2f5ca2e4cc1042202e9dafc5045505a3c6d8490114b4adc359b2ab72a346130901daa6c74a8ac2c3230834cbb4c89b')
 
 prepare() {
   # Make tests faster
@@ -48,8 +48,7 @@
 
   cd "$srcdir"/hypothesis-python-$pkgver-py2
   mv tests/django ../
-  # https://github.com/HypothesisWorks/hypothesis-python/issues/1087
-  python2 setup.py pytest || warning "Tests failed"
+  python2 setup.py pytest
   mv ../django tests/
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test tests.django
 }



More information about the arch-commits mailing list