Commit bf9bf13
doc: mock vxi11 module
On Python 3.13, the vxi11 module import fails:
autodoc: failed to import module 'siglent' from module 'labgrid.driver.power'; the following exception was raised:
No module named 'xdrlib'
It uses xdrlib which was dropped from Python's standard library with
Python 3.13. See labgrid-project#1507
for more details.
For the time being, mock the vxi11 module to make the doc builds work on
Python 3.13.
Signed-off-by: Bastian Krause <bst@pengutronix.de>1 parent dc5a9f7 commit bf9bf13
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
0 commit comments