dev-python/u-msgpack: tweak tests for big-endian platforms

Noticed test failures on powerpc and powerpc64.

Sent upstream as: https://github.com/vsergeev/u-msgpack-python/pull/31

Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
Sergei Trofimovich
2017-09-22 12:17:50 +01:00
parent 35b08972cf
commit 43dec825bf
2 changed files with 62 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
PATCHES=("${FILESDIR}"/${P}-little-endian.patch)
python_test() {
py.test -v || die "Tests fail with ${EPYTHON}"
}