diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 54f4599f8e..5ca97ee0cc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19965,7 +19965,7 @@ text.") (base32 "0iwcsk7ryjw5h1wp10ykwd01f3am8gdlga6461q1v1njsk0rxh41")))) (build-system pyproject-build-system) (arguments - (list #:test-backend #~'unittest)) + (list #:tests? #f)) ; No tests. (native-inputs (list python-setuptools)) (home-page "http://packages.python.org/MonthDelta") (synopsis "Date computations with months") |
