Skip to content

Commit df5b0ef

Browse files
committed
Silence flake8 on inactive tests.
1 parent 9113c7b commit df5b0ef

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

test/hermes_test/commands/deposit/test_invenio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
pytest.skip("FIXME: Re-enable test after data model refactoring is done.", allow_module_level=True)
1414

15+
# noqa: E402
1516
from hermes.commands.deposit import invenio
1617
from hermes.error import MisconfigurationError
1718

test/hermes_test/commands/init/test_init.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
pytest.skip("FIXME: Re-enable test after data model refactoring is done.", allow_module_level=True)
99

10+
# noqa: E402
1011
from hermes.commands.init.base import string_in_file, download_file_from_url
1112
from unittest.mock import patch, MagicMock
1213
import hermes.commands.init.util.oauth_process as oauth_process

test/hermes_test/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
pytest.skip("FIXME: Re-enable test after data model refactoring is done.", allow_module_level=True)
1010

11+
# noqa: E402
1112
from hermes.commands import cli
1213

1314

test/hermes_test/test_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
pytest.skip("FIXME: Re-enable test after data model refactoring is done.", allow_module_level=True)
1010

11+
# noqa: E402
1112
import subprocess
1213
import sys
1314

test/hermes_test/test_marketplace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
pytest.skip("FIXME: Re-enable test after data model refactoring is done.", allow_module_level=True)
88

9+
# noqa: E402
910
import requests_mock
1011

1112
from hermes.commands.marketplace import (

0 commit comments

Comments
 (0)