diff --git a/dev-python/dacite/dacite-1.8.1.ebuild b/dev-python/dacite/dacite-1.8.1.ebuild index b0615e706a..3f96bf80e8 100644 --- a/dev-python/dacite/dacite-1.8.1.ebuild +++ b/dev-python/dacite/dacite-1.8.1.ebuild @@ -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=" +}