mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: gotestsum: Update to 1.12.2.
* gnu/packages/check.scm (gotestsum): Update to 1.12.2. [arguments] <test-flags>: Skip 3 more tests. Change-Id: Ic4513428df269874879cd1ecc4666c4e2a9c1e26
This commit is contained in:
parent
5cd862312e
commit
7678e7bdc0
1 changed files with 5 additions and 2 deletions
|
|
@ -1216,7 +1216,7 @@ similar to unit tests.")
|
|||
(define-public gotestsum
|
||||
(package
|
||||
(name "gotestsum")
|
||||
(version "1.12.0")
|
||||
(version "1.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1225,7 +1225,7 @@ similar to unit tests.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fx92jh6ay4rk1ljbgp9b2m4fafqwy0a19q7lhdabgb1j8dvgxvs"))))
|
||||
(base32 "02q251j5kf2874vnvmbfc0ncnwssq459s8mf9f50cymqkpqbx0lp"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -1235,6 +1235,9 @@ similar to unit tests.")
|
|||
(string-join
|
||||
(list "TestE2E_IgnoresWarnings"
|
||||
"TestE2E_MaxFails_EndTestRun"
|
||||
"TestE2E_RerunFails/first_run_has_errors,_abort_rerun"
|
||||
"TestE2E_RerunFails/reruns_continues_to_fail"
|
||||
"TestE2E_RerunFails/reruns_until_success"
|
||||
"TestScanTestOutput_TestTimeoutPanicRace/panic-race-2")
|
||||
"|"))
|
||||
;; Run just unit test, integration tests from "testjson" require: run
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue