Closed arkamar closed 1 year ago
Regression from #16125.
@arkamar Could you test #16253? It should properly skip those tests now.
@clokep I tested it anyway, all tests pass in commit 8e9a72dcfc20ae2cce502ee04a173e9e7.
For those dealing with the same issue, it persists in v1.92.0rc1.
This is fixed in v1.91.2. The next release off the 1.92 branch will include this fix too.
@clokep thanks!
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