dev-python/syrupy: fix tests, keyword for ~arm64

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Florian Albrechtskirchinger
2026-03-26 04:04:45 +01:00
parent 9754b3a9b2
commit 0393627aea

View File

@@ -14,7 +14,7 @@ SRC_URI="https://github.com/syrupy-project/syrupy/archive/refs/tags/v${PV}.tar.g
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
DOCS+=( LICENSE README.md CHANGELOG.md )
@@ -24,16 +24,9 @@ RDEPEND="
BDEPEND="
test? (
dev-python/invoke[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( )
EPYTEST_PLUGINS=( pytest-xdist )
EPYTEST_PLUGIN_AUTOLOAD=1
# Can not use dev-python/pytest-xdist because strange errors appear
# EPYTEST_XDIST=1
EPYTEST_DESELECT=(
# This test fails for some strange reason
"tests/integration/test_snapshot_option_update.py::test_update_failure_shows_snapshot_diff[xdist_two]"
)
distutils_enable_tests pytest