Skip to content

Commit

Permalink
mock apsw
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 13, 2015
1 parent f312468 commit 5dcdb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return Mock()

MOCK_MODULES = ['argparse', 'numpy', 'pandas', 'larch._core', 'larch.apsw', '_core']
MOCK_MODULES = ['argparse', 'numpy', 'pandas', 'larch._core', 'larch.apsw', '_core', 'apsw']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
import larch

Expand Down

0 comments on commit 5dcdb59

Please sign in to comment.