mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
media-sound/ytm-player: fix tests QA
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
@@ -51,8 +51,6 @@ pkg_postinst() {
|
|||||||
|
|
||||||
python_test() {
|
python_test() {
|
||||||
# The default portage tempdir is too long for AF_UNIX sockets
|
# The default portage tempdir is too long for AF_UNIX sockets
|
||||||
local -x TMPDIR
|
local -x TMPDIR=/tmp
|
||||||
TMPDIR="$(mktemp -d --tmpdir=/tmp ${PF}-XXX)" || die
|
|
||||||
|
|
||||||
epytest
|
epytest
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,8 +51,6 @@ pkg_postinst() {
|
|||||||
|
|
||||||
python_test() {
|
python_test() {
|
||||||
# The default portage tempdir is too long for AF_UNIX sockets
|
# The default portage tempdir is too long for AF_UNIX sockets
|
||||||
local -x TMPDIR
|
local -x TMPDIR=/tmp
|
||||||
TMPDIR="$(mktemp -d --tmpdir=/tmp ${PF}-XXX)" || die
|
|
||||||
|
|
||||||
epytest
|
epytest
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user