- Mar 26, 2025
-
-
Nicolas Dandrimont authored
-
- Feb 02, 2024
-
-
Nicolas Dandrimont authored
-
- Oct 18, 2021
-
-
Antoine R. Dumont authored
This actually fixes the debian build failure. Related to T3666
-
- Nov 24, 2020
-
-
Antoine R. Dumont authored
As it's exposed through the swh.scheduler.pytest_plugin itself used by other swh modules, this needs to be declared to avoid other swh module build failures. Related to T2746
-
- Jul 10, 2020
-
-
Antoine R. Dumont authored
Defining the pytest-plugin though the pytest-plugin [1] makes it loaded by default. This creates loading issues on modules depending on scheduler but not on the pytest plugin scheduler exposes as explained in the doc [2] Instead we'll explicitely define to modules depending on the pytest plugins in their root conftest [3]: pytest_plugins = [ "swh.scheduler.pytest_plugin" ] [1] https://docs.pytest.org/en/stable/writing_plugins.html#setuptools-entry-points [2] https://docs.pytest.org/en/stable/writing_plugins.html#plugin-discovery-order-at-tool-startup [3] https://docs.pytest.org/en/stable/writing_plugins.html#requiring-loading-plugins-in-a-test-module-or-conftest-file Related to D3475 Related to T2484
-
- Oct 23, 2019
-
-
Nicolas Dandrimont authored
This got solved when we started using the shared_task decorator instead of instantiating our own app.
-
- Oct 10, 2019
-
-
Antoine R. Dumont authored
Related D2109 Related D2110
-
- Mar 13, 2019
-
-
vlorentz authored
-
- Mar 01, 2019
-
-
- Feb 28, 2019
-
-
vlorentz authored
Sphinx complains about it.
-
- Feb 27, 2019
-
-
vlorentz authored
-
- Feb 14, 2019
-
-
Antoine R. Dumont authored
-