Skip to content

Commit

Permalink
mock more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Feb 28, 2017
1 parent aadce52 commit 67ab028
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def __getattr__(cls, name):
'pyyaml',
'flask',
'Pillow',
'PIL',
'PIL.Image',
'scipy',
'rasterio',
'rasterio.features',
Expand All @@ -181,9 +183,16 @@ def __getattr__(cls, name):
'matplotlib',
'matplotlib.pyplot',
'numpy',
'numpy.ma',
'gdal',
'cached_property',
'pyproj',
'cachetools'
'cachetools',
'shapely',
'shapely.geometry',
'shapely.geos',
'shapely.ops',
'yaml',
'affine'
]
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

0 comments on commit 67ab028

Please sign in to comment.