commit: e0073b4affde8a6fc72baeb0c718867192f4b835
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 12:40:01 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 12:40:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0073b4a
dev-python/uvicorn: Run tests in parallel
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/uvicorn/uvicorn-0.34.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/uvicorn/uvicorn-0.34.0.ebuild
b/dev-python/uvicorn/uvicorn-0.34.0.ebuild
index 1dd5a37eed0e..9e1ed6f7e5c9 100644
--- a/dev-python/uvicorn/uvicorn-0.34.0.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.34.0.ebuild
@@ -53,6 +53,7 @@ BDEPEND="
)
"
+EPYTEST_XDIST=1
distutils_enable_tests pytest
python_test() {