pytest.ini: Avoid loading flask plugin to prevent fixture name clash
Closed
requested to merge generated-differential-D3051-source into generated-differential-D3051-target
Compare changes
+ 1
− 0
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)