Commit 21c2a2a
fix: add .python-version to rat-excludes and mock DefaultAzureCredential in test
- Add .python-version to dev/.rat-excludes to fix Apache RAT license check
(config files like .python-version don't carry ASF headers)
- Fix Entra edge-case test: mock DefaultAzureCredential so it doesn't attempt
real auth during catalog construction; DefaultAzureCredential does not accept
explicit client_id/client_secret/tenant_id kwargs in all library versions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7886e21 commit 21c2a2a
2 files changed
Lines changed: 16 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
3390 | 3391 | | |
3391 | 3392 | | |
3392 | 3393 | | |
3393 | | - | |
3394 | | - | |
3395 | | - | |
3396 | | - | |
3397 | | - | |
3398 | | - | |
3399 | | - | |
3400 | | - | |
| 3394 | + | |
| 3395 | + | |
| 3396 | + | |
| 3397 | + | |
| 3398 | + | |
| 3399 | + | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
| 3407 | + | |
0 commit comments