gnu: libplist: Run tests sequentially.

Fixes <https://bugs.gnu.org/35501>.
Reported by Brendan Tildesley <mail@brendan.scot>.

* gnu/packages/libusb.scm (libplist)[arguments]: New field.
This commit is contained in:
Ludovic Courtès 2019-04-30 16:44:12 +02:00
parent 5a3d3d6a3b
commit e4b2866cd0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -314,6 +314,11 @@ (define-public libplist
(base32
"00pnh9zf3iwdji2faccns7vagbmbrwbj9a8zp9s53a6rqaa9czis"))))
(build-system gnu-build-system)
(arguments
;; Tests fail randomly when run in parallel because several of them write
;; and read to/from the same file--e.g., "4.plist" is accessed by
;; 'large.test' and 'largecmp.test'.
'(#:parallel-tests? #f))
(inputs
`(("python" ,python)))
(native-inputs