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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Jan 4 04:38:08 UTC 2020


    Date: Saturday, January 4, 2020 @ 04:38:08
  Author: yan12125
Revision: 547778

python-autobahn: fix tests

Ref: https://github.com/crossbario/autobahn-python/issues/1278
Ref: https://github.com/crossbario/autobahn-python/issues/1275

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-04 04:02:54 UTC (rev 547777)
+++ PKGBUILD	2020-01-04 04:38:08 UTC (rev 547778)
@@ -33,7 +33,9 @@
   cd "$srcdir/autobahn-$pkgver"
   # test_depleting checks whether the entropy on the running machine can be depleted or not.
   # Unrelated to autobahn and makes the test suite flaky
-  sed -i -r 's/^(\s*)(def test_depleting)/\1 at unittest.skip("flaky")\n\1\2/' autobahn/test/test_rng.py
+  # Now test_non_depleting is also flaky :(
+  # https://github.com/crossbario/autobahn-python/issues/1278
+  rm -v autobahn/test/test_rng.py
 }
 build() {
   cd "$srcdir/autobahn-$pkgver"



More information about the arch-commits mailing list