mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ 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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue