HomeSoftware Heritage

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

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

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.

Details

Provenance
anlambertAuthored on Apr 23 2020, 2:50 PM
anlambertPushed on Apr 23 2020, 3:01 PM
Differential Revision
D3050: pytest.ini: Avoid loading flask plugin to prevent fixture name clash
Build Status
Buildable 12009
Build 18212: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.