Codebase list python-pyproj / f2f143a3-e280-46ec-a2dc-419c7e4c2d45/upstream pytest.ini
f2f143a3-e280-46ec-a2dc-419c7e4c2d45/upstream

Tree @f2f143a3-e280-46ec-a2dc-419c7e4c2d45/upstream (Download .tar.gz)

pytest.ini @f2f143a3-e280-46ec-a2dc-419c7e4c2d45/upstreamraw · history · blame

1
2
3
4
5
6
[pytest]
markers =
    slow: marks tests as slow (deselect with '-m "not slow"')
    network: marks tests that need a network connection (deselect with '-m "not network"')
    cli: marks tests that need the CLI installed (deselect with '-m "not cli"')
    grid: marks tests that need transformation grids (deselect with '-m "not grid"')