Skip to content

Commit

Permalink
Issue #117 create openeo_aggregator.config subpackage
Browse files Browse the repository at this point in the history
to allow including example configs in src tree
  • Loading branch information
soxofaan committed Aug 30, 2024
1 parent 6c8f69b commit 156f011
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/openeo_aggregator/config/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from openeo_aggregator.config.config import (
CONNECTION_TIMEOUT_DEFAULT,
CONNECTION_TIMEOUT_INIT,
CONNECTION_TIMEOUT_JOB_LOGS,
CONNECTION_TIMEOUT_JOB_START,
CONNECTION_TIMEOUT_RESULT,
STREAM_CHUNK_SIZE_DEFAULT,
AggregatorBackendConfig,
ConfigException,
ProcessAllowed,
get_backend_config,
)
File renamed without changes.
2 changes: 1 addition & 1 deletion src/openeo_aggregator/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,6 @@ def config_overrides(**kwargs):
... def test_stuff():
"""
return openeo_driver.testing.config_overrides(
config_getter=openeo_aggregator.config._config_getter,
config_getter=openeo_aggregator.config.config._config_getter,
**kwargs,
)

0 comments on commit 156f011

Please sign in to comment.