Commit 24db6d6
authored
test: skip native DSS integration on macOS (#252)
## Summary
- skip the real native DSS round-trip integration test on macOS
- document that the bundled `hecdss` native library is not available in
Mach-O format
## Why
The cross-platform matrix and DSS integration tests were merged
independently. Their combination revealed that `hecdss` installs a Linux
`libhecdss.so` on macOS, which fails to load because it is not a Mach-O
library. Unit and mocked DSS tests remain enabled on macOS; only the
native file round trip is skipped.
## Validation
- `poetry run pytest -q` (271 passed on Windows, including all three
native DSS round trips)
- targeted pre-commit checks passed
- `poetry run sphinx-build -W -b html docs .tmp_docs_html`
- `git diff --check`1 parent 93f459f commit 24db6d6
2 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
0 commit comments