[arch-commits] Commit in python-sphinxcontrib-trio/trunk (PKGBUILD)
Johannes Löthberg
demize at gemini.archlinux.org
Thu Dec 2 18:30:38 UTC 2021
Date: Thursday, December 2, 2021 @ 18:30:38
Author: demize
Revision: 1062140
Disable test broken by sphinx upstream change
https://github.com/python-trio/sphinxcontrib-trio/issues/260
Modified:
python-sphinxcontrib-trio/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 18:26:15 UTC (rev 1062139)
+++ PKGBUILD 2021-12-02 18:30:38 UTC (rev 1062140)
@@ -21,7 +21,8 @@
check() {
cd ${_pyname}-${pkgver}
- PYTHONPATH=. py.test
+ # https://github.com/python-trio/sphinxcontrib-trio/issues/260
+ PYTHONPATH=. py.test -k 'not test_end_to_end'
}
package() {
More information about the arch-commits
mailing list