diff --git a/eox_tagging/edxapp_wrappers/tests/integration/test_backends.py b/eox_tagging/edxapp_wrappers/tests/integration/test_backends.py index 185ea17..7921ef1 100644 --- a/eox_tagging/edxapp_wrappers/tests/integration/test_backends.py +++ b/eox_tagging/edxapp_wrappers/tests/integration/test_backends.py @@ -2,6 +2,7 @@ This module contains tests for the backends of the edxapp_wrapper. """ + # pylint: disable=import-outside-toplevel,unused-import def test_current_settings_code_imports(): """ diff --git a/eox_tagging/test/integration/test_views.py b/eox_tagging/test/integration/test_views.py index e45e7f7..2a24682 100644 --- a/eox_tagging/test/integration/test_views.py +++ b/eox_tagging/test/integration/test_views.py @@ -36,4 +36,3 @@ def test_info_view_success(self) -> None: self.assertIn("version", response_data) self.assertIn("name", response_data) self.assertIn("git", response_data) -