Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.3.3.1 #1192

Merged
merged 2 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airtest/utils/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.3"
__version__ = "1.3.3.1"

import os
import sys
Expand Down
7 changes: 7 additions & 0 deletions docs/all_module/airtest.aircv.screen_recorder.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
airtest.aircv.screen\_recorder module
=====================================

.. automodule:: airtest.aircv.screen_recorder
:members:
:undoc-members:
:show-inheritance:
7 changes: 0 additions & 7 deletions docs/all_module/airtest.core.android.javacap.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/all_module/airtest.core.android.minicap.rst

This file was deleted.

7 changes: 7 additions & 0 deletions docs/all_module/airtest.core.android.yosemite_ext.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
airtest.core.android.yosemite\_ext module
=========================================

.. automodule:: airtest.core.android.yosemite_ext
:members:
:undoc-members:
:show-inheritance:
7 changes: 0 additions & 7 deletions docs/all_module/airtest.core.ios.wda_client.rst

This file was deleted.

3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@

import mock

mock_list = ['cv2', 'Xlib', 'numpy', 'mss', 'wda', 'ffmpeg', 'logzero']
mock_list = ['cv2', 'Xlib', 'numpy', 'mss', 'wda', 'ffmpeg', 'logzero', 'PIL', 'psutil']
win_mock_list = [
'win32api',
'win32con',
'win32gui',
'win32ui',
'win32clipboard',
'pywinauto',
'pywintypes',
'pywinauto.application',
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
six
sphinx
recommonmark
sphinx-markdown-tables==0.0.15
Expand Down