Skip to content

Allow an instance to disable federation #283

Allow an instance to disable federation

Allow an instance to disable federation #283

Triggered via pull request August 27, 2024 22:55
Status Failure
Total duration 4m 33s
Artifacts

python.yml

on: pull_request
Tests (pytest)
4m 23s
Tests (pytest)
Linting (pylint)
1m 44s
Linting (pylint)
Typing (mypy)
51s
Typing (mypy)
Formatting (black; run ./bw-dev black to fix)
13s
Formatting (black; run ./bw-dev black to fix)
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
Formatting (black; run ./bw-dev black to fix)
Process completed with exit code 1.
Linting (pylint)
Process completed with exit code 16.
Tests (pytest): bookwyrm/tests/activitypub/test_base_activity.py#L114
BaseActivity.test_resolve_remote_id bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/activitypub/test_base_activity.py#L245
BaseActivity.test_set_related_field bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/activitypub/test_base_activity.py#L156
BaseActivity.test_to_model_image bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/activitypub/test_base_activity.py#L164
BaseActivity.test_to_model_many_to_many bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/activitypub/test_base_activity.py#L205
BaseActivity.test_to_model_one_to_many bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/management/test_populate_streams.py#L54
Activitystreams.test_populate_streams bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/models/test_activitypub_mixin.py#L463
ActivitypubMixins.test_broadcast_task bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/models/test_activitypub_mixin.py#L97
ActivitypubMixins.test_find_existing_by_remote_id bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/activitystreams/test_abstractstream.py#L167
Activitystreams.test_abstractstream_get_audience_followers_self bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/activitystreams/test_booksstream.py#L66
Activitystreams.test_book_statuses bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Formatting (black; run ./bw-dev black to fix)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.