summaryrefslogtreecommitdiff
path: root/dev-python/http-ece
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/http-ece')
-rw-r--r--dev-python/http-ece/http-ece-1.2.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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 120410dcf4b0..d1dd7b899ec9 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=
}