- Apr 06, 2022
-
-
Antoine Lambert authored
pytest-postgresql 3.1.3 and pytest-redis 2.4.0 added support for pytest >= 7 so we can now drop the pytest pinning.
-
- Feb 21, 2022
-
-
Antoine Lambert authored
Tests still pass and it aligns the test requirements with other swh modules.
-
- Feb 07, 2022
-
-
Antoine R. Dumont authored
Related to T3916
-
- Jun 09, 2021
-
-
Antoine R. Dumont authored
-
- May 05, 2021
-
-
Raphaël Gomès authored
3.0 breaks backwards compatibility, we should handle the upgrade in a separate patch, for now this ensures the rest of the pipelines can keep running.
-
- Mar 10, 2021
-
-
Antoine R. Dumont authored
This adds the tools and the last 2 scripts to demonstrate how to start testing the migration scripts. This is a preparatory work for testing the keycloak migration. Related to T2858
-
- Feb 04, 2021
-
-
David Douard authored
Needs djangorestframework-stubs>=1.4 for proper mypy checking.
-
- Dec 20, 2019
-
-
David Douard authored
so the scheduler interaction code is executed. Note that this does not test for correctness in these interactions yet. also move tests/__init__.py content in tests/conftest.py and adapt test code accordingly. This also ensures retries_left is set otherwise tests may fail when using the local sheduler.
-
- Dec 19, 2019
-
-
vlorentz authored
-
- Dec 03, 2019
-
-
Antoine Lambert authored
Current djangos-stubs version (1.2.0) is not compatible with latest mypy one (0.750). So pin their version until the issue is fixed.
-
- Nov 21, 2019
-
-
Nicolas Dandrimont authored
-
- Nov 01, 2019
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Oct 21, 2019
-
-
Antoine R. Dumont authored
-
- Oct 19, 2019
-
-
Antoine R. Dumont authored
That also fix the pytest tests run
-
- Jan 17, 2019
-
-
David Douard authored
-
- Oct 24, 2018
-
-
David Douard authored
We do use the pytest-django plugin to manage the django db setup magic, so with this change, we can run tests without an existing db, or starting a postgres db dedicated to the tests using pifpaf. related to T1261
-
- Oct 01, 2018
-
-
Antoine R. Dumont authored
-
- Aug 30, 2018
-
-
Antoine R. Dumont authored
This does the dependencies declaration the same way the python3-swh.lister package does it.
-