Skip to content

Commit

Permalink
dev-python/PyGithub: Disable a test requiring network access
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jul 18, 2018
1 parent cf0c6e9 commit 165f74d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ DEPEND="${RDEPEND}

S=${WORKDIR}/${MY_P}

python_prepare_all() {
# tests requiring network access
sed -i -e 's:testDecodeJson:_&:' github/tests/Issue142.py || die

distutils-r1_python_prepare_all
}

python_test() {
esetup.py test
}

0 comments on commit 165f74d

Please sign in to comment.