Skip to content

Commit

Permalink
matrix-synapse: disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and SuperSandro2000 committed Jan 8, 2025
1 parent 3723f80 commit bbecd97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/servers/matrix-synapse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ python3.pkgs.buildPythonApplication rec {
# Don't force pillow to be 10.0.1 because we already have patched it, and
# we don't use the pillow wheels.
sed -i 's/Pillow = ".*"/Pillow = ">=5.4.0"/' pyproject.toml
# https://github.com/element-hq/synapse/pull/17878#issuecomment-2575412821
substituteInPlace tests/storage/databases/main/test_events_worker.py \
--replace-fail "def test_recovery" "def no_test_recovery"
'';

nativeBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit bbecd97

Please sign in to comment.