dev-python/PyGithub: Disable a test requiring network access

This commit is contained in:
Michał Górny
2018-07-18 14:52:17 +02:00
parent cf0c6e92fe
commit 165f74d1e6

View File

@@ -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
}