We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9130e6f commit cc5dcb8Copy full SHA for cc5dcb8
readthedocs/rtd_tests/tests/test_config_integration.py
@@ -345,7 +345,6 @@ def test_build_formats_only_pdf(
345
assert not outcomes['localmedia']
346
assert not outcomes['epub']
347
348
- @patch('readthedocs.projects.tasks.UpdateDocsTaskStep.update_documentation_type', new=MagicMock())
349
@patch('readthedocs.projects.tasks.UpdateDocsTaskStep.setup_python_environment', new=MagicMock())
350
@patch('readthedocs.projects.tasks.UpdateDocsTaskStep.build_docs', new=MagicMock())
351
@patch('readthedocs.doc_builder.environments.BuildEnvironment.failed', new_callable=PropertyMock)
0 commit comments