Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 6d92403

Browse files
kyriassvntogit
authored and
svntogit
committed
Disable test broken by sphinx upstream change
python-trio/sphinxcontrib-trio#260 git-svn-id: file:///srv/repos/svn-community/svn@1062140 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 6f2b82d commit 6d92403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: trunk/PKGBUILD

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ build() {
2121

2222
check() {
2323
cd ${_pyname}-${pkgver}
24-
PYTHONPATH=. py.test
24+
# https://github.com/python-trio/sphinxcontrib-trio/issues/260
25+
PYTHONPATH=. py.test -k 'not test_end_to_end'
2526
}
2627

2728
package() {

0 commit comments

Comments
 (0)