mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/google-api-core: Fix ns-related test failures
Closes: https://bugs.gentoo.org/838064 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -59,8 +59,12 @@ python_compile() {
|
||||
find "${BUILD_DIR}" -name '*.pth' -delete || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
rm -r google || die
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
distutils_write_namespace google
|
||||
cd "${T}" || die
|
||||
epytest -p no:aiohttp -p no:trio "${S}/tests"
|
||||
epytest -p no:aiohttp -p no:trio tests
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user