~ruther/guix-local

406592b117df76531ce101e34a634f733551bf42 — Nicolas Graves a year ago 2eb2d3b
gnu: python-py7zr: Ignore benchmark tests.

* gnu/packages/python-compression.scm (python-py7zr):
[arguments]<#:test-flags>: Ignore benchmark tests.
[native-inputs]: Remove python-coverage, python-coveralls,
python-pytest-cov.

Change-Id: Iad630ff9d406f2c059cded3af3d2c59c7928e549
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/python-compression.scm
M gnu/packages/python-compression.scm => gnu/packages/python-compression.scm +5 -4
@@ 524,6 524,10 @@ several possible methods.")
        (base32
         "0lwniinfr3rb10n0c203a09vz06vxnnj637yqn8ipdlml89gj7kr"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      #:test-flags
      #~(list "--ignore=tests/test_benchmark.py")))
    (propagated-inputs
     (list python-brotli
           python-brotlicffi


@@ 537,15 541,12 @@ several possible methods.")
           python-pyzstd
           python-texttable))
    (native-inputs
     (list python-coverage
           python-setuptools
           python-coveralls
     (list python-setuptools
           python-libarchive-c
           python-py-cpuinfo
           python-pyannotate
           python-pytest
           python-pytest-benchmark
           python-pytest-cov
           python-pytest-remotedata
           python-pytest-timeout
           python-setuptools-scm