This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Synapse-1.91.1 unittest fails with Postgres DB due to missing optional authlib dependency #16244
Labels
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Major
Major functionality / product severely impaired, no satisfactory workaround.
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
X-Regression
Something broke which worked on a previous release
Description
When running unit tests for Synapse versions 1.91.1 (and 1.91.0 as well) with Postgres database enabled, the tests fail with a
error indicating that
authlib
is not installed, however, nothing suggest it is newly required. This issue does not occur in version 1.90.0, where all tests pass with Postgres DB.This output is produced in test phase of Gentoo ebuild.
Steps to reproduce
Run tests with Postgres DB but without
authlib
.Homeserver
unittest framework
Synapse Version
1.91.1
Installation Method
Other (please mention below)
Database
single PostgreSQL, fresh instance for tests
Workers
I don't know
Platform
Gentoo AMD64
Configuration
Following optional dependencies are installed:
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: