Skip to content

Commit

Permalink
mock Bio.SeqRecord for docs build (#707)
Browse files Browse the repository at this point in the history
tomkinsc authored Oct 31, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent aca4553 commit 26e98b3
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
@@ -25,7 +25,7 @@
import mock
MOCK_MODULES = ['scipy', 'pysam', 'Bio', 'Bio.AlignIO', 'Bio.Alphabet',
'Bio.Alphabet.IUPAC', 'Bio.SeqIO', 'Bio.Data.IUPACData',
'Bio.Seq', 'pybedtools', 'pybedtools.BedTool']
'Bio.Seq', 'Bio.SeqRecord', 'pybedtools', 'pybedtools.BedTool']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

0 comments on commit 26e98b3

Please sign in to comment.