diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 17:07:34 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:37 +0100 |
| commit | bf0d2830d07a7159580a9efe86a53c7e21efe79e (patch) | |
| tree | fe50f8bc828c30f3612030d3bc6e065220f5e642 /gnu | |
| parent | c2f9177bc12f4793caea64688973893f87c9a83f (diff) | |
gnu: python-ega-download-client: Disable tests.
* gnu/packages/bioinformatics.scm (python-ega-download-client):
[arguments] <#:tests?>: Disable for now.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b17b5c01c89..01bd10c3017 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -3947,6 +3947,8 @@ operators such as union, intersection, and difference.") | |||
| 3947 | (license license:asl2.0))) | 3947 | (license license:asl2.0))) |
| 3948 | 3948 | ||
| 3949 | (define-public python-ega-download-client | 3949 | (define-public python-ega-download-client |
| 3950 | ;; XXX: 5.2.1 (2024-04-03) it's the latest version without any work on | ||
| 3951 | ;; master branch, the project looks un-maintained. | ||
| 3950 | (package | 3952 | (package |
| 3951 | (name "python-ega-download-client") | 3953 | (name "python-ega-download-client") |
| 3952 | (version "5.2.1") | 3954 | (version "5.2.1") |
| @@ -3962,6 +3964,9 @@ operators such as union, intersection, and difference.") | |||
| 3962 | (build-system pyproject-build-system) | 3964 | (build-system pyproject-build-system) |
| 3963 | (arguments | 3965 | (arguments |
| 3964 | (list | 3966 | (list |
| 3967 | ;; XXX: TypeError: mock_writing_files.<locals>.os_stat_mock() got an | ||
| 3968 | ;; unexpected keyword argument 'follow_symlinks' | ||
| 3969 | #:tests? #f | ||
| 3965 | ;; tests: 78 passed, 2 deselected, 1 warning | 3970 | ;; tests: 78 passed, 2 deselected, 1 warning |
| 3966 | #:test-flags | 3971 | #:test-flags |
| 3967 | ;; Test suite does a lot of fake os mocking and extensively hash | 3972 | ;; Test suite does a lot of fake os mocking and extensively hash |
