Skip to content

Commit 57df819

Browse files
committed
deps: update rustac
1 parent 1c7d2c4 commit 57df819

File tree

4 files changed

+19
-149
lines changed

4 files changed

+19
-149
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Lint
2727
run: scripts/lint
2828
- name: Test
29-
run: uv run pytest
29+
run: scripts/test
3030
- name: Validate
3131
run: scripts/validate
3232
- name: Build docs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ deploy = [
5757
default-groups = ["dev", "validate"]
5858

5959
[tool.uv.sources]
60-
rustac = { git = "https://github.com/stac-utils/rustac-py", rev = "22c883178cb799032c0928eeaf82463b38f6bd7a" }
60+
rustac = { git = "https://github.com/stac-utils/rustac-py", rev = "18fc7bacdb9f33bc657c03f2f6f1287651a09c05" }
6161

6262
[tool.mypy]
6363
strict = true

scripts/test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env sh
2+
3+
set -e
4+
5+
uv run pytest

0 commit comments

Comments
 (0)