media-sound/ytm-player: fix tests QA

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-03-11 04:24:50 -03:00
parent 922a9917f5
commit b3050abd26
2 changed files with 2 additions and 6 deletions

View File

@@ -51,8 +51,6 @@ pkg_postinst() {
python_test() {
# The default portage tempdir is too long for AF_UNIX sockets
local -x TMPDIR
TMPDIR="$(mktemp -d --tmpdir=/tmp ${PF}-XXX)" || die
local -x TMPDIR=/tmp
epytest
}

View File

@@ -51,8 +51,6 @@ pkg_postinst() {
python_test() {
# The default portage tempdir is too long for AF_UNIX sockets
local -x TMPDIR
TMPDIR="$(mktemp -d --tmpdir=/tmp ${PF}-XXX)" || die
local -x TMPDIR=/tmp
epytest
}