pytest.ini 132 B

1234
  1. [pytest]
  2. norecursedirs = .git examples doc
  3. markers =
  4. network: tests requiring network access (deselect with '-m "not network"')