diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-31 22:12:51 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-07 18:33:35 +0100 |
| commit | 406592b117df76531ce101e34a634f733551bf42 (patch) | |
| tree | 5e5116b79aa14a743233cafb78963d048e9bf4bb /gnu/packages/python-compression.scm | |
| parent | 2eb2d3ba2340684116da2a84948c3c0f89d0a1d6 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 5ebf0c59ca1..66f68283774 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -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 |
