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-web tests.
So avoid the loading of pytest flask plugin to prevent errors when
running tests.