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