changeset 52885:513b518d07d7

test-storage: actually allow things to run with rust The tests seems to run fine with `--rust` now ?\_(?)_/?
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 10 Feb 2025 11:18:33 +0100
parents 6dafd64d7bc1
children e6069f84abbb
files tests/test-storage.py
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-storage.py	Mon Feb 10 11:12:59 2025 +0100
+++ b/tests/test-storage.py	Mon Feb 10 11:18:33 2025 +0100
@@ -14,17 +14,6 @@
 
 from mercurial.testing import storage as storagetesting
 
-try:
-    from mercurial import rustext
-
-    rustext.__name__
-    # Does not pass with pure Rust index
-    import sys
-
-    print('skipped: incompatible with the rust extension"')
-    sys.exit(80)
-except ImportError:
-    pass
 
 try:
     from hgext import sqlitestore