From 849695dd0798c020bf73db6a1e1d1949173cb3a0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 15 Jul 2023 05:05:56 +0200 Subject: dev-python/pydantic: Skip benchmarks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pydantic/pydantic-2.0.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/pydantic') 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) -- cgit v1.2.3-65-gdbad