commit:     849695dd0798c020bf73db6a1e1d1949173cb3a0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 03:05:56 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 03:05:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849695dd

dev-python/pydantic: Skip benchmarks

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pydantic/pydantic-2.0.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/pydantic/pydantic-2.0.3.ebuild 
b/dev-python/pydantic/pydantic-2.0.3.ebuild
index 8d6dc8e55d2e..38f6d29f7c9f 100644
--- a/dev-python/pydantic/pydantic-2.0.3.ebuild
+++ b/dev-python/pydantic/pydantic-2.0.3.ebuild
@@ -45,6 +45,8 @@ python_test() {
        local EPYTEST_IGNORE=(
                # require pytest-examples
                tests/test_docs.py
+               # benchmarks
+               tests/benchmarks
        )
        case ${EPYTHON} in
                python3.12)

Reply via email to