guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-sqlparse: Fix syntax error.


From: Marius Bakke
Subject: 01/01: gnu: python-sqlparse: Fix syntax error.
Date: Sat, 11 Nov 2017 00:46:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e077e7da7fc9fd853dd7e4519ba4b0f1729c3357
Author: Marius Bakke <address@hidden>
Date:   Sat Nov 11 06:40:50 2017 +0100

    gnu: python-sqlparse: Fix syntax error.
    
    This is a follow-up to commit 8d688cd27f267f4d143d0f20ed3c352188151302.
    
    * gnu/packages/python.scm (python-sqlparse)[arguments]: Add missing lambda.
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1342f52..9200165 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11773,7 +11773,7 @@ multiple processes (imagine multiprocessing, billiard, 
futures, celery etc).
      `(#:phases
        (modify-phases %standard-phases
          (replace 'check
-           (zero? (system* "py.test")))))))
+           (lambda _ (zero? (system* "py.test")))))))
     (native-inputs
      `(("python-pytest" ,python-pytest)))
     (home-page "https://github.com/andialbrecht/sqlparse";)



reply via email to

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