Skip to content

Allow an instance to disable federation #295

Allow an instance to disable federation

Allow an instance to disable federation #295

Triggered via pull request August 29, 2024 17:07
Status Failure
Total duration 5m 13s
Artifacts

python.yml

on: pull_request
Tests (pytest)
5m 0s
Tests (pytest)
Linting (pylint)
2m 18s
Linting (pylint)
Typing (mypy)
1m 28s
Typing (mypy)
Formatting (black; run ./bw-dev black to fix)
16s
Formatting (black; run ./bw-dev black to fix)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Tests (pytest): bookwyrm/tests/importers/test_importer.py#L225
GenericImporter.test_handle_imported_book_already_shelved bookwyrm.models.site.SiteSettings.MultipleObjectsReturned: get() returned more than one SiteSettings -- it returned 2!
Tests (pytest): bookwyrm/tests/importers/test_librarything_import.py#L139
LibrarythingImport.test_handle_imported_book_already_shelved bookwyrm.models.site.SiteSettings.MultipleObjectsReturned: get() returned more than one SiteSettings -- it returned 2!
Tests (pytest): bookwyrm/tests/connectors/test_connector_manager.py#L76
ConnectorManager.test_first_search_result_no_results bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/connectors/test_connector_manager.py#L49
ConnectorManager.test_get_connectors bookwyrm.models.site.SiteSettings.DoesNotExist: SiteSettings matching query does not exist.
Tests (pytest): bookwyrm/tests/test_signing.py#L206
Signature.test_changed_data bookwyrm.models.site.SiteSettings.MultipleObjectsReturned: get() returned more than one SiteSettings -- it returned 2!
Tests (pytest): bookwyrm/tests/test_signing.py#L103
Signature.test_correct_signature bookwyrm.models.site.SiteSettings.MultipleObjectsReturned: get() returned more than one SiteSettings -- it returned 2!
Tests (pytest): bookwyrm/tests/test_signing.py#L215
Signature.test_invalid_digest bookwyrm.models.site.SiteSettings.MultipleObjectsReturned: get() returned more than one SiteSettings -- it returned 2!
Tests (pytest): bookwyrm/tests/test_signing.py#L165
Signature.test_key_needs_refresh bookwyrm.models.site.SiteSettings.MultipleObjectsReturned: get() returned more than one SiteSettings -- it returned 2!
Tests (pytest): bookwyrm/tests/test_signing.py#L199
Signature.test_nonexistent_signer bookwyrm.models.site.SiteSettings.MultipleObjectsReturned: get() returned more than one SiteSettings -- it returned 2!
Tests (pytest): bookwyrm/tests/test_signing.py#L224
Signature.test_old_message bookwyrm.models.site.SiteSettings.MultipleObjectsReturned: get() returned more than one SiteSettings -- it returned 2!
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.