mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-python/dacite: disable benchmarks
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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="
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user