about summary refs log tree commit diff
path: root/pkgs/applications/version-management/mercurial
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2022-09-04 19:57:09 +0100
committerLuke Granger-Brown <git@lukegb.com>2022-09-04 19:57:09 +0100
commitc9418d5a1135df8886b2b78c8637c64882b1bfcd (patch)
treebf8246114130ef0869e5c6300f68d2fcbbeab513 /pkgs/applications/version-management/mercurial
parent4a046ce1c57e188b72e0762b2b021565e56a475a (diff)
mercurial: blocklist some tests that fail under Python 3.10
Diffstat (limited to 'pkgs/applications/version-management/mercurial')
-rw-r--r--pkgs/applications/version-management/mercurial/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix
index 4f3fa12b9a454..261368272b3f3 100644
--- a/pkgs/applications/version-management/mercurial/default.nix
+++ b/pkgs/applications/version-management/mercurial/default.nix
@@ -148,6 +148,17 @@ let
 
     # doesn't like the extra setlocale warnings emitted by our bash wrappers
     test-locale.t
+
+    # Python 3.10 error message change https://bz.mercurial-scm.org/show_bug.cgi?id=6643
+    test-http-bad-server.t
+
+    # Python 3.10-3.12 deprecation warning: distutils
+    # https://bz.mercurial-scm.org/show_bug.cgi?id=6729
+    test-hghave.t
+
+    # Python 3.10-3.12 deprecation warning: asyncore
+    # https://bz.mercurial-scm.org/show_bug.cgi?id=6727
+    test-patchbomb-tls.t
     EOF
 
     export HGTEST_REAL_HG="${mercurial}/bin/hg"