Skip to content
Snippets Groups Projects

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

Compare and
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
[pytest]
addopts = -p no:django
norecursedirs = docs
addopts = --live-server-port 6600 -p no:django --no-live-server-clean-stop
Loading