python310Packaegs.mautrix: Disable failing tests

They are incompatible with sqlalchemy>=2
This commit is contained in:
Martin Weinelt
2023-03-03 23:59:33 +01:00
parent 495afbe66d
commit b280aa353e
@@ -63,6 +63,11 @@ buildPythonPackage rec {
SQLALCHEMY_SILENCE_UBER_WARNING = 1;
disabledTestPaths = [
# sqlalchemy 2 unsupported
"mautrix/client/state_store/tests/store_test.py"
];
pythonImportsCheck = [
"mautrix"
];