Document recent test suite changes in the changelog
Marco Ricci

Marco Ricci commited on 2026-08-29 18:01:11
Zeige 2 geänderte Dateien mit 11 Einfügungen und 0 Löschungen.


  - Mention the "import unavailable" simulation, and the resulting
    reduction in test configurations.

  - Mention that Python 3.15 is now supported (and tested).
... ...
@@ -0,0 +1,8 @@
1
+### Fixed
2
+
3
+  - For developers: In the test suite, correctly simulate that the
4
+    `cryptography` library cannot be loaded, even if it is available.
5
+    We no longer need separate virtual environments without `cryptography`
6
+    installed to test `derivepassphrase`'s fallback behavior.
7
+    This cuts the amount of test configurations (and thus test runtime) in
8
+    half.
... ...
@@ -0,0 +1,3 @@
1
+### Fixed
2
+
3
+  - Officially and systematically test on Python 3.15.
0 4