summaryrefslogtreecommitdiff
path: root/gnu/packages/backup.scm
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2025-12-25 17:22:38 -0500
committerjgart <jgart@dismail.de>2025-12-25 17:27:55 -0500
commit2be190f98966fc2ddbf0f929b101bbc1fffa0241 (patch)
tree9d0451474089e61768ba79b436c7ca4d8ca769ae /gnu/packages/backup.scm
parentcb0fadb84defa8c0b1321e55eea81afd817d7f1f (diff)
gnu: borgmatic: Enable tests.
* gnu/packages/backup.scm (borgmatic)[arguments]: Enable tests. Change-Id: Ie9db847586fd91d0ce1a7fa162d36878ed81fc00
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r--gnu/packages/backup.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 073e1443239..019a1d7fc36 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1219,9 +1219,9 @@ compression parameters used by Gzip.")
(build-system pyproject-build-system)
(arguments
(list
- ;; XXX: all tests fail with error: AttributeError: module
- ;; '_pytest.runner' has no attribute 'call_runtest_hook'.
- #:tests? #f
+ #:test-flags
+ ;; TODO: Disable failing test.
+ #~(list "-k" "not test_borgmatic_version_matches_news_version")
#:phases #~(modify-phases %standard-phases
(add-after 'unpack 'configure
(lambda* (#:key inputs #:allow-other-keys)
@@ -1238,10 +1238,10 @@ compression parameters used by Gzip.")
"'")))))
(add-before 'check 'set-path
(lambda _
- ;; Tests require the installed executable.
- (setenv "PATH"
- (string-append #$output "/bin" ":"
- (getenv "PATH"))))))))
+ ;; Tests require the installed executable.
+ (setenv "PATH"
+ (string-append #$output "/bin" ":"
+ (getenv "PATH"))))))))
(native-inputs
(list python-flexmock
python-pytest