diff --git a/tests/conftest.py b/tests/conftest.py index aaa8f735..a19ad18d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -20,6 +20,8 @@ def pytest_collection_modifyitems(items): move_to_front(items, "test_inspect_cli") move_to_front(items, "test_inspect_cli_writes_to_file") move_to_front(items, "test_spatialite_error_if_attempt_to_open_spatialite") + move_to_front(items, "test_package") + move_to_front(items, "test_package_with_port") def move_to_front(items, test_name):