Skip to content
Snippets Groups Projects

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

Compare and
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
[pytest]
addopts = -p no:flask
norecursedirs = docs
DJANGO_SETTINGS_MODULE = swh.deposit.settings.testing
Loading