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-deposit tests.

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

Details

Provenance
anlambertAuthored on Apr 23 2020, 2:56 PM
anlambertPushed on Apr 23 2020, 3:53 PM
Differential Revision
D3051: pytest.ini: Avoid loading flask plugin to prevent fixture name clash
Build Status
Buildable 12016
Build 18222: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.