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

Commit

Permalink
Disable test broken by sphinx upstream change
Browse files Browse the repository at this point in the history
python-trio/sphinxcontrib-trio#260


git-svn-id: file:///srv/repos/svn-community/svn@1062140 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
kyrias committed Dec 2, 2021
1 parent 24acd37 commit 50da869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-sphinxcontrib-trio/trunk/PKGBUILD
Expand Up @@ -21,7 +21,8 @@ build() {

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() {
Expand Down

0 comments on commit 50da869

Please sign in to comment.