summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-06-05 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-06-05 02:00:00 +0200
commitb8686f1bfca19816b75d376df52966386a48f082 (patch)
treea22d797986fc3495087189e9427e55f33d1b15ab
parent898511205cb8e2f3e6f522c779b0cd9fc42fdfbf (diff)
downloadguix-patches-b8686f1bfca19816b75d376df52966386a48f082.tar
guix-patches-b8686f1bfca19816b75d376df52966386a48f082.tar.gz
gnu: python-pyodbc-c: Fix comment.
* gnu/packages/databases.scm (python-pyodbc-c): Fix comment about tests.
-rw-r--r--gnu/packages/databases.scm2
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")