Skip to content

Commit 89aef61

Browse files
committed
fix: use agnostic memory database instead of SQLite
1 parent 30adcca commit 89aef61

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Versions follow [Semantic Versioning](https://semver.org/>) (<major>.<minor>.<patch>).
99

10+
## [0.2.3] - Unreleased
11+
12+
### Fixed
13+
14+
- Use in-memory agnostic database instead of SQLite.
15+
1016
## [0.2.2] - 2025-06-25
1117

1218
### Fixed

pytest_iam/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def iam_configuration(tmp_path_factory, iam_server_port) -> dict[str, Any]:
194194
"PREFERRED_URL_SCHEME": "http",
195195
"SERVER_NAME": f"localhost:{iam_server_port}",
196196
"CANAILLE": {
197+
"DATABASE": "memory",
197198
"ENABLE_REGISTRATION": True,
198199
"JAVASCRIPT": False,
199200
"ACL": {

0 commit comments

Comments
 (0)