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