Skip to content

Commit

Permalink
rtd mock pyspark.sql.functions pyspark.sql.types
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltneylon committed May 7, 2018
1 parent 49dadd9 commit 72a68a4
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 @@ -26,7 +26,7 @@ def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = ['numpy', 'pandas', 'pyspark', 'pyspark.sql', 'pyspark.conf',
'fastparquet']
'pyspark.sql.functions', 'pyspark.sql.types','fastparquet']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)


Expand Down

0 comments on commit 72a68a4

Please sign in to comment.