1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-libtmux: Improve python-pytest-cov removal.

* gnu/packages/python-xyz.scm (python-libtmux):
[arguments]<#:test-flags>: Use -o instead of -c flag.

Change-Id: Id61657fffe36561954660f561fdf08ca3bdd346b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-10 00:19:15 +01:00
committed by Sharlatan Hellseher
parent 9564e7be42
commit bb02fb812f

View File

@@ -181,7 +181,7 @@ windows.")
(arguments
(list
#:test-flags
#~(list "-c" "/dev/null" ; Missing development dependency.
#~(list "-o" "addopts=''" ; Missing development dependency.
"-k" "not test_capture_pane_start") ; Permission denied.
#:phases
#~(modify-phases %standard-phases