- Jul 04, 2023
-
-
Antoine Lambert authored
This fixes tests hang when building package for debian buster.
-
- Mar 14, 2023
-
-
- May 20, 2022
-
-
Antoine R. Dumont authored
Related to T4232
-
- Feb 02, 2021
-
-
Antoine Lambert authored
Legacy Lister classes from the swh.lister.core mdule are no longer used in swh-lister codebase so it is time to remove them. Also remove lister CLI options related to legacy Lister API. As a consequence, the following requirements are no longer needed: arrow, SQLAlchemy, sqlalchemy-stubs and testing.postgresql. Closes T2442
-
- Oct 16, 2020
-
-
Antoine R. Dumont authored
This is no longer useful, as removing it and tests are still ok.
-
- Sep 02, 2020
-
-
Antoine R. Dumont authored
Then drop all unneeded and indirect imports
-
- Jul 16, 2020
-
-
Nicolas Dandrimont authored
This allows us to actually run the lister instantiation code instead of relying on the underlying structure of the lister object. In turn, this allows future listers to use the scheduler right in their __init__.
-
- Jul 15, 2020
-
-
Nicolas Dandrimont authored
-
- Jul 09, 2020
-
-
Nicolas Dandrimont authored
-
- Oct 12, 2019
-
-
Antoine R. Dumont authored
Related T2032
-
- Jan 08, 2019
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
in order to be able to run unit tests using celery pytest fixtures, we use a dedicated swh_app fixture that ensure the "main" celery app is the test app (otherwise subtasks won't work).
-