me
/
guix
Archived
1
0
Fork 0

gnu: rust-sysinfo-0.28: Adjust skipped tests.

* gnu/packages/crates-io.scm (rust-sysinfo-0.28)[arguments]: Adjust
cargo-test-flags to skip another test.

Change-Id: I785c40e02173d23faf90388cfbe3f614955af3d8
master
Efraim Flashner 2024-06-20 09:26:43 +03:00
parent 7d55346440
commit 99106b3738
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -76956,7 +76956,9 @@ processors, disks, components and networks.")
(arguments
`(#:cargo-test-flags
(list "--release" "--"
;; These files aren't available in the build environment.
;; These tests rely on networking, on UIDs and GIDs not
;; in the build environment, or on unavailable files.
"--skip=test::check_all_process_uids_resolvable"
"--skip=test::check_system_info"
"--skip=test::check_uid_gid"
"--skip=test_networks"