Skip to content

Commit b57b9dd

Browse files
authored
Merge pull request #9092 from readthedocs/fix-corporate-tests
Try to fix .com tests
2 parents ecc3fbb + c64c10f commit b57b9dd

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

readthedocs/projects/tests/test_build_tasks.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -760,17 +760,9 @@ def test_build_jobs(self, load_yaml_config):
760760
mock.call(
761761
"git", "fetch", "--unshallow", escape_command=False, cwd=mock.ANY
762762
),
763-
# Don't care about the intermediate commands. They are checked
764-
# in other tests
765-
mock.ANY,
766-
mock.ANY,
767-
mock.ANY,
768-
mock.ANY,
769-
mock.ANY,
770-
mock.ANY,
771-
mock.ANY,
772763
mock.call("echo", "`date`", escape_command=False, cwd=mock.ANY),
773-
]
764+
],
765+
any_order=True,
774766
)
775767

776768
@mock.patch("readthedocs.doc_builder.python_environments.tarfile")

0 commit comments

Comments
 (0)