mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-11 23:34:23 +00:00
[FIX][DOC] mock psutil
This commit is contained in:
parent
3ca381f701
commit
4d3d26c21f
@ -22,7 +22,7 @@ sys.path.insert(0, repo_path)
|
|||||||
|
|
||||||
os.environ['WEXPECT_SPAWN_CLASS'] = 'SpawnPipe'
|
os.environ['WEXPECT_SPAWN_CLASS'] = 'SpawnPipe'
|
||||||
autodoc_mock_imports = ["pywintypes", "win32process", "win32con", "win32file", "winerror",
|
autodoc_mock_imports = ["pywintypes", "win32process", "win32con", "win32file", "winerror",
|
||||||
"win32pipe", "ctypes", "win32console", "win32gui"]
|
"win32pipe", "ctypes", "win32console", "win32gui", "psutil"]
|
||||||
|
|
||||||
# from ctypes import windll
|
# from ctypes import windll
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user