Skip to content

Commit

Permalink
Merge pull request #1192 from AirtestProject/v1.3.3.1
Browse files Browse the repository at this point in the history
V1.3.3.1
  • Loading branch information
yimelia authored Jan 20, 2024
2 parents 35f5024 + c55d549 commit d419db6
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 23 deletions.
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

0 comments on commit d419db6

Please sign in to comment.