Allow an instance to disable federation #280
python.yml
on: pull_request
Tests (pytest)
4m 34s
Linting (pylint)
1m 49s
Typing (mypy)
46s
Formatting (black; run ./bw-dev black to fix)
15s
Annotations
11 errors and 1 warning
Typing (mypy)
Process completed with exit code 1.
|
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/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.
|
Tests (pytest):
bookwyrm/tests/activitystreams/test_booksstream.py#L46
Activitystreams.test_get_statuses_for_user_books
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.
|
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.
|