
In order to simplify the testing of listers, allow to call the run command of swh-lister CLI without scheduler configuration. In that case a temporary scheduler instance with a postgresql backend is created and used. It enables to easily test a lister with the following command: $ swh -l DEBUG lister run <lister_name> url=<forge_url>
2 lines
54 B
Text
2 lines
54 B
Text
swh.core[db,github] >= 2.22.0
|
|
swh.scheduler >= 1.12.0
|