Commit eda623f
[fib_test] Updated deprecated imports that break in Python 3.10+ (sonic-net#18544)
Update deprecated (in 3.3) import as it breaks in 3.10. Fix is required as Debian Bookworm PTF runs in 3.11.
What is the motivation for this PR?
Preparation to move to Debian Bookworm for docker-ptf
How did you do it?
Modified import
How did you verify/test it?
Locally1 parent 6c7825f commit eda623f
File tree
2 files changed
+4
-2
lines changed- ansible/roles/test/files/ptftests
- py3
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments