Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch3LL committed Sep 25, 2020
1 parent 1dae918 commit 59ae5cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Expand Up @@ -41,12 +41,12 @@
from tests.support.helpers import (
PRE_PYTEST_SKIP_OR_NOT,
PRE_PYTEST_SKIP_REASON,
Webserver,
get_virtualenv_binary_path,
)
from tests.support.pytest.helpers import * # pylint: disable=unused-wildcard-import
from tests.support.runtests import RUNTIME_VARS
from tests.support.sminion import check_required_sminion_attributes, create_sminion
from tests.support.helpers import Webserver

TESTS_DIR = pathlib.Path(__file__).resolve().parent
PYTESTS_DIR = TESTS_DIR / "pytests"
Expand Down Expand Up @@ -1341,4 +1341,5 @@ def ssl_webserver(integration_files_dir, scope="module"):
yield webserver
webserver.stop()


# <---- Custom Fixtures ----------------------------------------------------------------------------------------------

0 comments on commit 59ae5cb

Please sign in to comment.