gnu: python-pyodbc-c: Fix comment.
* gnu/packages/databases.scm (python-pyodbc-c): Fix comment about tests.
This commit is contained in:
parent
898511205c
commit
b8686f1bfc
1 changed files with 1 additions and 1 deletions
|
@ -3032,7 +3032,7 @@ (define-public python-pyodbc-c
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue