gnu: skopeo: Skip the test phase.

* gnu/packages/virtualization.scm (skopeo)[arguments]: Set #:tests? #f.
This commit is contained in:
Leo Famulari 2019-03-15 15:22:31 -04:00
parent b55db49481
commit e409879a3f
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 0 deletions

View File

@ -984,6 +984,7 @@ Open Container Initiative (OCI) image layout and its tagged images.")
(arguments
'(#:import-path "github.com/projectatomic/skopeo"
#:install-source? #f
#:tests? #f ; The tests require Docker
#:phases
(modify-phases %standard-phases
(replace 'build