Skip to content

Commit b226d75

Browse files
committed
docs: remove duplicate Deploy section and clarify test status
1 parent 2149ffd commit b226d75

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -208,21 +208,7 @@ docker/Dockerfile # Pipeline image
208208
tools/submit_burst.py # RabbitMQ burst submission tool
209209
```
210210

211-
Tests are available in `tests/` directory (unit and integration tests using pytest).
212-
213-
---
214-
215-
## Deploy
216-
217-
```bash
218-
# Apply to staging
219-
kubectl apply -k workflows/overlays/staging
220-
221-
# Apply to production
222-
kubectl apply -k workflows/overlays/production
223-
```
224-
225-
**Config:** Image version, S3 endpoints, STAC API URLs, RabbitMQ exchanges configured via kustomize overlays.
211+
Tests are planned for `tests/` directory (structure exists, test files to be added).
226212

227213
---
228214

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ warn_no_return = true
145145
strict_equality = true
146146
exclude = ["examples/"]
147147

148+
# Relax type checking for test files (structure exists, tests to be added)
148149
[[tool.mypy.overrides]]
149150
module = "tests.*"
150151
disallow_untyped_defs = false

0 commit comments

Comments
 (0)