me
/
guix
Archived
1
0
Fork 0

gnu: python-pyodbc-c: Fix comment.

* gnu/packages/databases.scm (python-pyodbc-c): Fix comment about tests.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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")