mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -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() {
|
||||
# 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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user