public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Xavier Bachelot <xavier@bachelot.org>
To: git-commits@fedoraproject.org
Subject: [rpms/matrix-synapse] f44: Drop tests using parameterized
Date: Thu, 27 Aug 2026 18:59:53 GMT [thread overview]
Message-ID: <178785719329.1.3870968820793995686.rpms-matrix-synapse-349d400b4916@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/matrix-synapse
Branch : f44
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=f44
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
reply other threads:[~2026-08-27 18:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178785719329.1.3870968820793995686.rpms-matrix-synapse-349d400b4916@fedoraproject.org \
--to=xavier@bachelot.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox