guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: python-pyodbc-c: Fix comment.


From: guix-commits
Subject: 02/10: gnu: python-pyodbc-c: Fix comment.
Date: Sat, 11 Jun 2022 21:59:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b8686f1bfca19816b75d376df52966386a48f082
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:00 2022 +0200

    gnu: python-pyodbc-c: Fix comment.
    
    * gnu/packages/databases.scm (python-pyodbc-c): Fix comment about tests.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index bf00c9d23d..9980cbe9aa 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3032,7 +3032,7 @@ development.")
     (inputs
      (list unixodbc))
     (arguments
-     `(;; No unit tests exist.
+     `(;; The tests require a running SQL server that they don't help set up.
        #:tests? #f))
     (home-page "https://gitlab.com/daym/pyodbc-c";)
     (synopsis "Python ODBC Library written in C")



reply via email to

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