Archived
1
0
Fork 0

gnu: emacs-request: Disable tests.

* gnu/packages/emacs-xyz.scm (emacs-request)[arguments]: Disabling test phase
  as it checks for network access.
This commit is contained in:
Brett Gilio 2020-01-03 17:47:45 -06:00
parent 219a587de5
commit 5f31c040d8
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -5334,6 +5334,8 @@ parallel.")
(base32 (base32
"1djywhvvb6kwdj0nd3axjvb7k2g06dzkc6hsf29w9rsk96vr8ryl")))) "1djywhvvb6kwdj0nd3axjvb7k2g06dzkc6hsf29w9rsk96vr8ryl"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments
`(#:tests? #f)) ; requires network access.
(propagated-inputs (propagated-inputs
`(("emacs-deferred" ,emacs-deferred))) `(("emacs-deferred" ,emacs-deferred)))
(home-page "https://github.com/tkf/emacs-request") (home-page "https://github.com/tkf/emacs-request")