guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: python-praw: Remove trailing #T.


From: guix-commits
Subject: 03/10: gnu: python-praw: Remove trailing #T.
Date: Mon, 22 Nov 2021 02:58:39 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit b5ee19e1342ed7da1291277631dfa55159b6c89f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 22 07:16:49 2021 +0100

    gnu: python-praw: Remove trailing #T.
    
    * gnu/packages/python-web.scm (python-praw)[arguments]: Remove trailing #T
    from build phases.
---
 gnu/packages/python-web.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 76fd00f..47d5071 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -144,13 +144,11 @@
                          '("integration/models" "unit/models"))
                ;; https://github.com/praw-dev/praw/issues/1699
                ;; #issuecomment-795336704
-               (delete-file "unit/test_config.py"))
-             #t))
+               (delete-file "unit/test_config.py"))))
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
-               (invoke "pytest"))
-             #t)))))
+               (invoke "pytest")))))))
     (native-inputs
      `(("python-betamax" ,python-betamax)
        ("python-betamax-matchers" ,python-betamax-matchers)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]