Skip to content

Commit

Permalink
Remove mock
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Sep 17, 2018
1 parent 8409415 commit d10cb4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readthedocs/rtd_tests/tests/test_config_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ def test_build_formats_only_pdf(
assert not outcomes['localmedia']
assert not outcomes['epub']

@patch('readthedocs.projects.tasks.UpdateDocsTaskStep.update_documentation_type', new=MagicMock())
@patch('readthedocs.projects.tasks.UpdateDocsTaskStep.setup_python_environment', new=MagicMock())
@patch('readthedocs.projects.tasks.UpdateDocsTaskStep.build_docs', new=MagicMock())
@patch('readthedocs.doc_builder.environments.BuildEnvironment.failed', new_callable=PropertyMock)
Expand Down

0 comments on commit d10cb4b

Please sign in to comment.