Skip to content

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

pytest-django and pytest-flask both declare a fixture named client and the wrong one is picked when running swh-deposit tests.

So avoid the loading of pytest flask plugin to prevent errors when running tests.


Migrated from D3051 (view on Phabricator)

Merge request reports