Commit 66a2147
committed
[Diag] Print numpy + bundled OpenBLAS hash at pytest session start
Adds source/conftest.py so pytest dumps the resolved numpy version and the
bundled OpenBLAS .so filename at session start. Used by the negative/positive
arm validation PRs to capture which numpy bundle each CI test container ends
up with after isaaclab.sh --install completes.
The conftest.py imports numpy at module load. This is what pytest does
naturally via isaaclab module imports anyway -- making the import explicit
here only adds visibility, not crash conditions.1 parent a9b6210 commit 66a2147
1 file changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments