Commit a7268f0
authored
Don't require network to inspect tests (#4433)
Previously the get_ipv6 function was called at import time in test_core.py
This stopped any tests from running if a network adapter was not
attached
The results of this function were used only in one test,
so we move this call within that test and skip if it fails1 parent 467bbc2 commit a7268f0
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 45 | | |
51 | 46 | | |
52 | 47 | | |
| |||
194 | 189 | | |
195 | 190 | | |
196 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
| |||
0 commit comments