test-storage: actually allow things to run with rust
The tests seems to run fine with `--rust` now ?\_(?)_/?
--- 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