pytest.ini 193 B

12345
  1. [pytest]
  2. # disable the creation of the `.cache` folders
  3. addopts = -p no:cacheprovider --ignore=requirements --ignore=certs --color=yes -v
  4. markers =
  5. incremental: mark a test as incremental.