dev-python/dacite: disable benchmarks

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-12-19 18:09:57 +05:00
parent 91adb44e2f
commit 3c0eff0475

View File

@@ -16,8 +16,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
test? ( dev-python/pytest-benchmark )
"
EPYTEST_IGNORE=(
# benchmarks
tests/performance
)
distutils_enable_tests pytest
python_test() {
epytest -o "addopts="
}