pytest.ini: Avoid loading django plugin to prevent fixture name clash
Closed
requested to merge generated-differential-D3052-source into generated-differential-D3052-target
- Jan 06, 2023
-
-
Antoine Lambert authored
pytest-django and pytest-flask both declare a fixture named client and the wrong one may be picked when running swh-scanner tests. So avoid the loading of pytest django plugin to prevent errors when running tests.
-