summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-15 05:05:56 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-15 05:05:56 +0200
commit849695dd0798c020bf73db6a1e1d1949173cb3a0 (patch)
tree25c6ce9a224639c98ff1adc12bed6c94231fb072 /dev-python/pydantic
parentdev-python/pecan: Add GH remote-id (diff)
downloadgentoo-849695dd0798c020bf73db6a1e1d1949173cb3a0.tar.gz
gentoo-849695dd0798c020bf73db6a1e1d1949173cb3a0.tar.bz2
gentoo-849695dd0798c020bf73db6a1e1d1949173cb3a0.zip
dev-python/pydantic: Skip benchmarks
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pydantic')
-rw-r--r--dev-python/pydantic/pydantic-2.0.3.ebuild2
1 files changed, 2 insertions, 0 deletions
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)