Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit 1b63fed

Browse files
jshotwellclaude
andcommitted
ci: add pytest.ini, prevent sdist artifact commits, fix CI trigger
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9d0a8f6 commit 1b63fed

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/sdk-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
- "sdk/**"
88
- "tests/**"
99
- "pyproject.toml"
10+
- "pytest.ini"
1011
- ".github/workflows/sdk-tests.yml"
1112
pull_request:
1213
branches: [main]
1314
paths:
1415
- "sdk/**"
1516
- "tests/**"
1617
- "pyproject.toml"
18+
- "pytest.ini"
1719

1820
permissions:
1921
contents: read

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ build/
3535
.pytest_cache/
3636
pytest-cache-files-*/
3737

38+
# Build sdist extraction artifacts (never commit these)
39+
air_blackbox-*/
40+
3841
# Model files (too large for git)
3942
model/*.gguf
4043

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
testpaths = tests

0 commit comments

Comments
 (0)