Skip to content

Commit

Permalink
- use more elaborate moch for Mysqldb.converters [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Mar 29, 2021
1 parent aa21ba5 commit 3ab738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
sys.path.insert(0, os.path.abspath('../'))
sys.modules['MySQLdb'] = Mock()
sys.modules['MySQLdb.constants'] = Mock()
sys.modules['MySQLdb.converters'] = Mock()
sys.modules['MySQLdb.converters'] = MagicMock()

parent = os.path.dirname(os.path.dirname(__file__))
parent_dir = os.path.abspath(parent)
Expand Down

0 comments on commit 3ab738b

Please sign in to comment.