forked from M-Labs/artiq
doc: Mock platformdirs
This commit is contained in:
parent
e336e33a46
commit
83254d13da
@ -35,7 +35,7 @@ mock_modules = ["artiq.gui.waitingspinnerwidget",
|
|||||||
"artiq.dashboard.waveform",
|
"artiq.dashboard.waveform",
|
||||||
"artiq.coredevice.jsondesc",
|
"artiq.coredevice.jsondesc",
|
||||||
"qasync", "lmdb", "dateutil.parser", "prettytable", "PyQt6",
|
"qasync", "lmdb", "dateutil.parser", "prettytable", "PyQt6",
|
||||||
"h5py", "llvmlite", "pythonparser", "tqdm", "jsonschema"]
|
"h5py", "llvmlite", "pythonparser", "tqdm", "jsonschema", "platformdirs"]
|
||||||
|
|
||||||
for module in mock_modules:
|
for module in mock_modules:
|
||||||
sys.modules[module] = Mock()
|
sys.modules[module] = Mock()
|
||||||
|
Loading…
Reference in New Issue
Block a user