gnu: python-pyodbc-c: Fix comment.

* gnu/packages/databases.scm (python-pyodbc-c): Fix comment about tests.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-05 02:00:00 +02:00
parent 898511205c
commit b8686f1bfc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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