Date: Saturday, March 27, 2021 @ 12:52:48
  Author: yan12125
Revision: 905061

python-autobahn: fix tests with testing/python-twisted

I assume those who build packages for stable repos will use 
repos/community-x86_64 instead of trunk/ :)

Modified:
  python-autobahn/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-03-27 12:49:17 UTC (rev 905060)
+++ PKGBUILD    2021-03-27 12:52:48 UTC (rev 905061)
@@ -52,7 +52,7 @@
   pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
   # "autobahn on asyncio is tested using pytest, while for twisted we are 
using twisted trial"
   # 
https://github.com/crossbario/autobahn-python/issues/1235#issuecomment-522440810
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial autobahn
   USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest autobahn
 }
 

Reply via email to