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)/\[email protected]("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"

Reply via email to