Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/client/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# However, if you have executed another commercial license agreement
# with Crate these terms will supersede the license and you may use the
# software solely pursuant to the terms of the relevant commercial agreement.
from __future__ import absolute_import


from pathlib import Path

Expand Down
9 changes: 0 additions & 9 deletions tests/testing/settings.py

This file was deleted.

3 changes: 1 addition & 2 deletions tests/testing/test_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@
prepend_http,
wait_for_http_url,
)
from tests.client.settings import crate_path
from tests.conftest import download_cratedb

from .settings import crate_path


class LayerUtilsTest(TestCase):
def test_prepend_http(self):
Expand Down
Loading