public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/matrix-synapse] f45: Drop tests using parameterized
@ 2026-08-27 18:56 Xavier Bachelot
  0 siblings, 0 replies; only message in thread
From: Xavier Bachelot @ 2026-08-27 18:56 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/matrix-synapse
Branch : f45
Commit : 349d400b491647905094803574e047ccd780e7ce
Author : Xavier Bachelot <xavier@bachelot.org>
Date   : 2026-08-27T20:44:01+02:00
Stats  : +80/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/matrix-synapse/c/349d400b491647905094803574e047ccd780e7ce?branch=f45

Log:
Drop tests using parameterized

---
diff --git a/matrix-synapse.spec b/matrix-synapse.spec
index 4387dfe..dfe5175 100644
--- a/matrix-synapse.spec
+++ b/matrix-synapse.spec
@@ -92,6 +92,86 @@ install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysusersdir}/%{name}.conf
 
 %if %{with check}
 %check
+# Drop tests using parameterized
+rm -f \
+  tests/app/test_openid_listener.py \
+  tests/config/test_experimental.py \
+  tests/config/test_load.py \
+  tests/config/test_server.py \
+  tests/events/test_auto_accept_invites.py \
+  tests/events/test_event_parsing.py \
+  tests/events/test_presence_router.py \
+  tests/federation/test_federation_media.py \
+  tests/federation/test_federation_out_of_band_membership.py \
+  tests/federation/test_federation_server.py \
+  tests/handlers/test_appservice.py \
+  tests/handlers/test_device.py \
+  tests/handlers/test_e2e_keys.py \
+  tests/handlers/test_oauth_delegation.py \
+  tests/handlers/test_presence.py \
+  tests/handlers/test_profile.py \
+  tests/handlers/test_room_policy.py \
+  tests/handlers/test_sliding_sync.py \
+  tests/handlers/test_sync.py \
+  tests/http/test_proxy.py \
+  tests/http/test_matrixfederationclient.py \
+  tests/http/test_proxyagent.py \
+  tests/http/test_site.py \
+  tests/media/test_media_storage.py \
+  tests/media/test_oembed.py \
+  tests/module_api/test_api.py \
+  tests/push/test_bulk_push_rule_evaluator.py \
+  tests/push/test_email.py \
+  tests/push/test_http.py \
+  tests/replication/storage/test_events.py \
+  tests/replication/tcp/streams/test_events.py \
+  tests/rest/admin/test_admin.py \
+  tests/rest/admin/test_background_updates.py \
+  tests/rest/admin/test_device.py \
+  tests/rest/admin/test_federation.py \
+  tests/rest/admin/test_media.py \
+  tests/rest/admin/test_room.py \
+  tests/rest/admin/test_user.py \
+  tests/rest/client/sliding_sync/test_connection_tracking.py \
+  tests/rest/client/sliding_sync/test_extension_account_data.py \
+  tests/rest/client/sliding_sync/test_extension_e2ee.py \
+  tests/rest/client/sliding_sync/test_extension_receipts.py \
+  tests/rest/client/sliding_sync/test_extension_sticky_events.py \
+  tests/rest/client/sliding_sync/test_extension_thread_subscriptions.py \
+  tests/rest/client/sliding_sync/test_extension_typing.py \
+  tests/rest/client/sliding_sync/test_extension_to_device.py \
+  tests/rest/client/sliding_sync/test_extensions.py \
+  tests/rest/client/sliding_sync/test_lists_filters.py \
+  tests/rest/client/sliding_sync/test_room_subscriptions.py \
+  tests/rest/client/sliding_sync/test_rooms_invites.py \
+  tests/rest/client/sliding_sync/test_rooms_meta.py \
+  tests/rest/client/sliding_sync/test_rooms_timeline.py \
+  tests/rest/client/sliding_sync/test_rooms_required_state.py \
+  tests/rest/client/sliding_sync/test_sliding_sync.py \
+  tests/rest/client/test_auth_metadata.py \
+  tests/rest/client/test_delayed_events.py \
+  tests/rest/client/test_media.py \
+  tests/rest/client/test_msc4388_rendezvous.py \
+  tests/rest/client/test_owned_state.py \
+  tests/rest/client/test_push_rule_attrs.py \
+  tests/rest/client/test_redactions.py \
+  tests/rest/client/test_rooms.py \
+  tests/rest/client/test_sync.py \
+  tests/rest/synapse/mas/test_users.py \
+  tests/storage/test_client_ips.py \
+  tests/storage/test_event_chain.py \
+  tests/storage/test_event_federation.py \
+  tests/storage/test_purge.py \
+  tests/storage/test_room.py \
+  tests/storage/test_sliding_sync_tables.py \
+  tests/test_event_auth.py \
+  tests/test_types.py \
+  tests/util/caches/test_response_cache.py \
+  tests/util/test_async_helpers.py \
+  tests/util/test_stream_change_cache.py
+# Drop failing test
+rm tests/util/test_httpresourcetree.py
+
 set -o pipefail
 PYTHONPATH=%{buildroot}%{python3_sitearch}:%{buildroot}%{python3_sitelib}:$PWD trial-3 %_smp_mflags tests | tee trial.stdout
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-27 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 18:56 [rpms/matrix-synapse] f45: Drop tests using parameterized Xavier Bachelot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox