Commits on Source 7
-
Tristan Van Berkom authored
This fixes a recent regression introduced in c2fc2a5e
-
Tristan Van Berkom authored
_scheduler: Fix dont display a failure for terminated jobs See merge request !1096
-
Tristan Van Berkom authored
This test has one test case which is marked as an integration test, and the other is not an integration test, but was using the integration cli. The integration cli does not work correctly if not run in integration mode. This was causing an error locally in conftest.py when trying to create a tmpdir inside a nonexisting integration cache directory.
-
Tristan Van Berkom authored
tests/integration/pullbuildtrees.py: Fix the non-integration case. See merge request !1098
-
https://github.com/rtfd/sphinx_rtd_theme/pull/672 has been fixed upstream, and the newer versions of `sphinx_rtd_theme` do not break search functionality with Sphinx >= 1.8.
-
Chandan Singh authored
tox.ini: Unpin sphinx dependency See merge request !1093
-
Raoul Hidalgo Charman authored
builddir and artifactdir now give deprecation warnings. Appropriate tests are updated to reflect new directory structure. Part of #870