GeospatialPython / pyshp

This library reads and writes ESRI Shapefiles in pure Python.
MIT License
1.09k stars 259 forks source link

Register pytest mark “network” #231

Closed musicinmybrain closed 2 years ago

musicinmybrain commented 2 years ago

Prevents PytestUnknownMarkWarning when using the mark to deselect tests.

See also https://docs.pytest.org/en/stable/mark.html, and #230, in which the mark was (very helpfully) introduced.