Commit 9f2beaa
committed
Set NDI_CLOUD_TEST_USER_HAS_MATLAB_LICENSE=true in test job env
The BYOL license guard in tests/_matlab_license_guard.py raises at
module-import time when this variable is unset, which collapses pytest
collection on the whole `tests/` tree (so all three test (3.x) matrix
entries fail before any test runs). The CI cloud test account already
has a registered MATLAB license, so destructive tests (DELETE
/users/me/matlab-license) must be skipped, not run; set the guard to
"true" to enforce that.1 parent c12fce4 commit 9f2beaa
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
| |||
0 commit comments