app-misc/superfile: RESTRICT test

currently tests are disabled because superfile tends to create files in
places it should not:
https://gist.githubusercontent.com/ingenarel/d1bc358ee532d5d3a50f5cc19c429253/raw
on top of that it has failed tests, tests depend on zoxide, tmux,
python, a few python modules
and everything would also require some patching
the goal is to work on a src_test function slowly and bring back tests
again, but for now, tests should be restricted because it may cause
issues

Closes: https://bugs.gentoo.org/974530
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
This commit is contained in:
ingenarel (NeoJesus)
2026-05-12 07:50:02 +06:00
parent 6283ae3485
commit f69321b352
3 changed files with 15 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ LICENSE="MIT"
LICENSE+=" Apache-2.0 BSD-2 BSD GPL-3 ISC MIT MPL-2.0 "
SLOT="0"
# currently tests are disabled because superfile tends to create files in places it should not:
# https://gist.githubusercontent.com/ingenarel/d1bc358ee532d5d3a50f5cc19c429253/raw
# on top of that it has failed tests, tests depend on zoxide, tmux, python, a few python modules
# the goal is to work on a src_test function slowly and bring back tests again
RESTRICT="test"
src_unpack() {
if [[ "${PV}" == 9999* ]];then

View File

@@ -26,6 +26,11 @@ LICENSE="MIT"
LICENSE+=" Apache-2.0 BSD-2 BSD GPL-3 ISC MIT MPL-2.0 "
SLOT="0"
# currently tests are disabled because superfile tends to create files in places it should not:
# https://gist.githubusercontent.com/ingenarel/d1bc358ee532d5d3a50f5cc19c429253/raw
# on top of that it has failed tests, tests depend on zoxide, tmux, python, a few python modules
# the goal is to work on a src_test function slowly and bring back tests again
RESTRICT="test"
BDEPEND=">=dev-lang/go-1.25.5"
src_unpack() {

View File

@@ -26,6 +26,11 @@ LICENSE="MIT"
LICENSE+=" Apache-2.0 BSD-2 BSD GPL-3 ISC MIT MPL-2.0 "
SLOT="0"
# currently tests are disabled because superfile tends to create files in places it should not:
# https://gist.githubusercontent.com/ingenarel/d1bc358ee532d5d3a50f5cc19c429253/raw
# on top of that it has failed tests, tests depend on zoxide, tmux, python, a few python modules
# the goal is to work on a src_test function slowly and bring back tests again
RESTRICT="test"
BDEPEND=">=dev-lang/go-1.25.5"
src_unpack() {