diff --git a/dev-python/http-ece/http-ece-1.2.1.ebuild b/dev-python/http-ece/http-ece-1.2.1.ebuild index afe56adf67..9eafa65f6d 100644 --- a/dev-python/http-ece/http-ece-1.2.1.ebuild +++ b/dev-python/http-ece/http-ece-1.2.1.ebuild @@ -20,9 +20,10 @@ KEYWORDS="~amd64" RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]" +EPYTEST_PLUGINS=( ) + distutils_enable_tests pytest python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest -o addopts= }