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:
committed by
Sharlatan Hellseher
parent
9564e7be42
commit
bb02fb812f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user