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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,12 @@ easily. Then you can `import tower` and you're off to the races!
uv run python
```

To run tests:

```bash
uv sync --locked --all-extras --dev
uv run pytest tests
```

If you need to get the latest OpenAPI SDK, you can run
`./scripts/generate-python-api-client.sh`.
12 changes: 2 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ build-backend = "maturin"
[project]
name = "tower"
version = "0.3.13"








description = "Tower CLI and runtime environment for Tower."
authors = [{ name = "Tower Computing Inc.", email = "brad@tower.dev" }]
readme = "README.md"
Expand Down Expand Up @@ -68,8 +60,8 @@ tower = { workspace = true }

[dependency-groups]
dev = [
"openapi-python-client>=0.12.1",
"openapi-python-client>=0.12.1",
"pytest>=8.3.5",
"pytest-httpx>=0.35.0",
"pyiceberg[sql-sqlite]>=0.9.0",
"pyiceberg[sql-sqlite]>=0.9.0",
]
Loading
Loading