diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:00 +0200 |
commit | b8686f1bfca19816b75d376df52966386a48f082 (patch) | |
tree | a22d797986fc3495087189e9427e55f33d1b15ab | |
parent | 898511205cb8e2f3e6f522c779b0cd9fc42fdfbf (diff) | |
download | guix-b8686f1bfca19816b75d376df52966386a48f082.tar.gz guix-b8686f1bfca19816b75d376df52966386a48f082.zip |
gnu: python-pyodbc-c: Fix comment.
* gnu/packages/databases.scm (python-pyodbc-c): Fix comment about tests.
-rw-r--r-- | gnu/packages/databases.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |