Commit a48a3cd
fix: remove unused import and fix integration test socket blocking
- Remove unused json import from validate_examples.py (ruff F401)
- Replace --force-enable-socket with -p no:socket for integration tests
to fully disable pytest-socket plugin when running against real API
- Update README integration test command accordingly
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 59f2070 commit a48a3cd
File tree
3 files changed
+2
-3
lines changed- .github/workflows
- docs-src/scripts
3 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments