diff mbox series

bug#53438: [PATCH] gnu: Add nbss-upload.

Message ID 878rv8unsv.fsf@gmail.com
State Accepted
Headers show
Series bug#53438: [PATCH] gnu: Add nbss-upload. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Oleg Pykhalov Jan. 22, 2022, 9:23 a.m. UTC
jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/python-xyz.scm (nbss-upload): New variable.
> ---
>  gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)

Pushed to the master with the folling change:
--8<---------------cut here---------------start------------->8---
--8<---------------cut here---------------end--------------->8---

Thanks,
Oleg.
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 028a92fea1..113e3b8077 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28677,7 +28677,7 @@  (define-public nbss-upload
     (propagated-inputs
       (list python-requests))
     (arguments
-      `(#:tests? #f))
+     `(#:tests? #f)) ;no tests
     (home-page "https://github.com/notebook-sharing-space/nbss-upload")
     (synopsis "Upload notebooks to a notebooksharing.space instance")
     (description