mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
mercurial: skip some tests broken with python 3.12
This commit is contained in:
parent
47f435dbbf
commit
a01e0a2617
@ -163,6 +163,21 @@ let
|
||||
# Python 3.10-3.12 deprecation warning: asyncore
|
||||
# https://bz.mercurial-scm.org/show_bug.cgi?id=6727
|
||||
test-patchbomb-tls.t
|
||||
|
||||
# Python 3.12 _lsprof module change, breaking profile test
|
||||
# https://bz.mercurial-scm.org/show_bug.cgi?id=6846
|
||||
test-profile.t
|
||||
|
||||
# Python 3.12 deprecation warning: multi-threaded fork in worker.py
|
||||
# https://bz.mercurial-scm.org/show_bug.cgi?id=6892
|
||||
test-clone-stream.t
|
||||
test-clonebundles.t
|
||||
test-fix-topology.t
|
||||
test-fix.t
|
||||
test-persistent-nodemap.t
|
||||
test-profile.t
|
||||
test-simple-update.t
|
||||
|
||||
EOF
|
||||
|
||||
export HGTEST_REAL_HG="${mercurial}/bin/hg"
|
||||
|
Loading…
Reference in New Issue
Block a user