File: pytest.ini

package info (click to toggle)
fiona 1.10.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,632 kB
  • sloc: python: 12,616; makefile: 214; sh: 45
file content (17 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[pytest]
filterwarnings =
    error
    ignore:.*Sequential read of iterator was interrupted*:RuntimeWarning
    ignore:.*negative slices or start values other than zero may be slow*:RuntimeWarning
    ignore:.*negative step size may be slow*:RuntimeWarning
    ignore:.*is buggy and will be removed in Fiona 2.0.*
    ignore:.*unclosed <socket.socket
    ignore:.*The 'strict' parameter is no longer needed
markers =
    iconv: marks tests that require gdal to be compiled with iconv
    network: marks tests that require a network connection
    wheel: marks tests that only works when installed from wheel
    gdal: marks tests that are only dependent on GDAL functionality (e.g. for drvsupport)

addopts = --import-mode=importlib
testpaths = tests