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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Jul 26 02:51:49 UTC 2019


    Date: Friday, July 26, 2019 @ 02:51:48
  Author: yan12125
Revision: 492810

upgpkg: python-autobahn 19.7.2-1

Also fixes failures seen on https://tests.reproducible-builds.org/archlinux/

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-26 02:06:11 UTC (rev 492809)
+++ PKGBUILD	2019-07-26 02:51:48 UTC (rev 492810)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.7.1
+pkgver=19.7.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 )
 
 source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('89f94a1535673b1655df28ef91e96b7f34faea76da04a5e56441c9ac779a2f9f')
+sha256sums=('60c2f283137b3aafc06f274949387eebcc78c8faad580a8755f6dc83c74bf0e2')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"
@@ -34,8 +34,10 @@
 
 check() {
   cd "$srcdir/autobahn-$pkgver"
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
+  # test_depleting checks whether the entropy on the running machine can be depleted or not.
+  # Unrelated to autobahn and makes the test suite flaky
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 'not test_depleting'
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 'not test_depleting'
 }
 
 package() {



More information about the arch-commits mailing list