Date: Saturday, May 6, 2023 @ 09:25:54
Author: yan12125
Revision: 1458959
python-anyio: remove obsolete comment
Modified:
python-anyio/trunk/PKGBUILD
----------+
PKGBUILD | 1 -
1 file changed, 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-06 09:22:06 UTC (rev 1458958)
+++ PKGBUILD 2023-05-06 09:25:54 UTC (rev 1458959)
@@ -47,7 +47,6 @@
# its pytest plugin
pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
python -m installer --destdir="$PWD/tmp_install" dist/*.whl
- # Several TLS tests failed with Python 3.11.3
https://github.com/agronholm/anyio/issues/550
PYTHONPATH="$PWD/tmp_install/usr/lib/python$pyver/site-packages" pytest
}