Date: Tuesday, November 19, 2019 @ 03:02:56 Author: yan12125 Revision: 530391
python-autobahn: revert the workaround for pytest 5.2.3 bug This reverts 8655deca44de7d30d5dc4ceba5e780506dd39183. See https://github.com/pytest-dev/pytest/issues/6194 Modified: python-autobahn/trunk/PKGBUILD ----------+ PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-19 02:54:13 UTC (rev 530390) +++ PKGBUILD 2019-11-19 03:02:56 UTC (rev 530391) @@ -44,9 +44,7 @@ cd "$srcdir/autobahn-$pkgver" pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))") USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn - # --ignore is a workaround for collection failures with pytest 5.2.3 - # Reported at https://github.com/crossbario/autobahn-python/issues/1269 - USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v --ignore=autobahn/twisted/__init__.py autobahn + USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn } package() {
