summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm9
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