mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-go-sql-driver-mysql: Enable tests.
* gnu/packages/golang.scm (go-github-com-go-sql-driver-mysql) [arguments]<test-flags>: Skip some failing tests requiring networking setup. Change-Id: I53592dfee76a0239b12ae1da26ab2662da781fb4
This commit is contained in:
parent
cddd6bb20c
commit
3416a5164a
1 changed files with 9 additions and 2 deletions
|
@ -4372,8 +4372,15 @@ have super fancy logs.")
|
||||||
"0ihdqg411gkv454fwx8w5nbndgkm5dz5phfliksxgmhggyxxm7sn"))))
|
"0ihdqg411gkv454fwx8w5nbndgkm5dz5phfliksxgmhggyxxm7sn"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;; tests require a network connection
|
(list
|
||||||
#:import-path "github.com/go-sql-driver/mysql"))
|
#:import-path "github.com/go-sql-driver/mysql"
|
||||||
|
#:test-flags
|
||||||
|
#~(list "-skip" (string-join
|
||||||
|
(list "TestConnectorReturnsTimeout"
|
||||||
|
"TestErrorInMultiResult"
|
||||||
|
"TestDSNReformat/user:p"
|
||||||
|
"FuzzFormatDSN/seed#8")
|
||||||
|
"|"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-filippo-io-edwards25519))
|
(list go-filippo-io-edwards25519))
|
||||||
(home-page "https://github.com/go-sql-driver/mysql")
|
(home-page "https://github.com/go-sql-driver/mysql")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue