Skip to content

pytest.ini: Avoid loading django plugin to prevent fixture name clash

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.


Migrated from D3052 (view on Phabricator)

Merge request reports