diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 17:01:27 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:37 +0100 |
| commit | c2f9177bc12f4793caea64688973893f87c9a83f (patch) | |
| tree | 9f89ed650c6b1add9c167b0dd552b352eadee1fc | |
| parent | 850e0ddd5c7ddb40624983f1884a59cec35483da (diff) | |
gnu: python-celery: Skip 2 more tests.
* gnu/packages/python-xyz.scm (python-celery):
[arguments] <#:test-flags>: Skip 2 more failing tests.
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9e9a06c47a6..4e7d075b579 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -21865,8 +21865,8 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") | |||
| 21865 | (build-system pyproject-build-system) | 21865 | (build-system pyproject-build-system) |
| 21866 | (arguments | 21866 | (arguments |
| 21867 | (list | 21867 | (list |
| 21868 | ;; tests: 3364 passed, 38 skipped, 8 deselected, 3 xfailed, 63 warnings, | 21868 | ;; tests: 3362 passed, 38 skipped, 10 deselected, 3 xfailed, 63 |
| 21869 | ;; 28808 subtests passed | 21869 | ;; warnings, 28808 subtests passed |
| 21870 | #:test-flags | 21870 | #:test-flags |
| 21871 | ;; The MongoDB backend test appears to expect an older version of | 21871 | ;; The MongoDB backend test appears to expect an older version of |
| 21872 | ;; MongoDB which provided its own bson module, fails with " | 21872 | ;; MongoDB which provided its own bson module, fails with " |
| @@ -21883,7 +21883,10 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") | |||
| 21883 | "test_with_autoscaler_file_descriptor_safety" | 21883 | "test_with_autoscaler_file_descriptor_safety" |
| 21884 | "test_with_file_descriptor_safety" | 21884 | "test_with_file_descriptor_safety" |
| 21885 | ;; XXX: Fails to compare local timezones. | 21885 | ;; XXX: Fails to compare local timezones. |
| 21886 | "test_use_local_timezone") | 21886 | "test_use_local_timezone" |
| 21887 | ;; assert 'No such option: --ini' in <...> | ||
| 21888 | "test_preload_options[subcommand_with_params0]" | ||
| 21889 | "test_preload_options[subcommand_with_params1]") | ||
| 21887 | " and not ")))) | 21890 | " and not ")))) |
| 21888 | (native-inputs | 21891 | (native-inputs |
| 21889 | (list python-azure-core | 21892 | (list python-azure-core |
