~ruther/guix-local

3f912eafb25a09f1a0a6056916577de0ed18676c — Sharlatan Hellseher 5 months ago b8c7432
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
1 files changed, 6 insertions(+), 9 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +6 -9
@@ 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