commit: a28ffd1f9d3f4e4220217e998b4824e7a471935e
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 8 13:22:56 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 8 13:45:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28ffd1f
games-strategy/freeorion: fix epytest deselect in live
conftest.py changed and requires dropping the default/python bit
even though pytest reports the full path in test output
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-strategy/freeorion/freeorion-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/freeorion/freeorion-9999.ebuild
b/games-strategy/freeorion/freeorion-9999.ebuild
index 044eca4aa766..7445d5c039df 100644
--- a/games-strategy/freeorion/freeorion-9999.ebuild
+++ b/games-strategy/freeorion/freeorion-9999.ebuild
@@ -96,7 +96,7 @@ src_test() {
local EPYTEST_DESELECT=(
# broken with 3.11 but is not known to cause issues, just skip
for now
-
default/python/tests/AI/save_game_codec/test_savegame_manager.py::test_setstate_call
+
tests/AI/save_game_codec/test_savegame_manager.py::test_setstate_call
)
epytest -o cache_dir="${T}"/pytest_cache default/python/tests