diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-08 08:22:56 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-08 08:45:09 -0500 |
commit | a28ffd1f9d3f4e4220217e998b4824e7a471935e (patch) | |
tree | 80505a7cc9b967830cfbafe2d6affe26b86178ad /games-strategy/freeorion | |
parent | app-misc/remind: drop 04.02.00 (diff) | |
download | gentoo-a28ffd1f9d3f4e4220217e998b4824e7a471935e.tar.gz gentoo-a28ffd1f9d3f4e4220217e998b4824e7a471935e.tar.bz2 gentoo-a28ffd1f9d3f4e4220217e998b4824e7a471935e.zip |
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@gentoo.org>
Diffstat (limited to 'games-strategy/freeorion')
-rw-r--r-- | games-strategy/freeorion/freeorion-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |