diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-06 11:07:40 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-06 11:07:44 +0000 |
| commit | 3f912eafb25a09f1a0a6056916577de0ed18676c (patch) | |
| tree | 3d22d5bcea984a83b4147c5b38917c1966c970c8 /gnu/packages/python-xyz.scm | |
| parent | b8c7432bf08112056cce9acdb3cb578ac17d067a (diff) | |
gnu: python-sqltrie: Reduce closure size.
* gnu/packages/python-xyz.scm (python-sqltrie):
[arguments] <test-flags>: Ignore benchmark tests.
[native-inputs]: Remove python-mypy, python-pytest-benchmark,
python-pytest-cov, and python-wheel.
Change-Id: Icc7756894f90222e4628ea15d9f2d3bf4f008634
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5abf8608752..2657f6dac1b 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 - ;; <https://github.com/pyinstaller/pyinstaller> is not packaged yet in - ;; Guix. - #~(list "--ignore=src/sqltrie/__pyinstaller"))) + #~(list "--ignore=tests/benchmarks/" + ;; <https://github.com/pyinstaller/pyinstaller> 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 |
