From 3f912eafb25a09f1a0a6056916577de0ed18676c Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 6 Nov 2025 11:07:40 +0000 Subject: [PATCH] gnu: python-sqltrie: Reduce closure size. * gnu/packages/python-xyz.scm (python-sqltrie): [arguments] : Ignore benchmark tests. [native-inputs]: Remove python-mypy, python-pytest-benchmark, python-pytest-cov, and python-wheel. Change-Id: Icc7756894f90222e4628ea15d9f2d3bf4f008634 --- gnu/packages/python-xyz.scm | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5abf8608752199ddcb70f1e33f55c69fdc6a0565..2657f6dac1b01e731e87e92f969fab108f376a53 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27022,21 +27022,18 @@ Examples are: python-orjson python-pygtrie)) (native-inputs - (list python-mypy - python-pytest - python-pytest-benchmark - python-pytest-cov + (list python-pytest python-pytest-mock python-pytest-sugar python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (arguments (list #:test-flags - ;; is not packaged yet in - ;; Guix. - #~(list "--ignore=src/sqltrie/__pyinstaller"))) + #~(list "--ignore=tests/benchmarks/" + ;; is not packaged + ;; yet in Guix. + "--ignore=src/sqltrie/__pyinstaller"))) (synopsis "SQL-based prefix tree for Python") (description "Sqltrie is a SQL-based prefix tree inspired by pygtrie and