File: pytest.ini

package info (click to toggle)
h5py 3.15.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,716 kB
  • sloc: python: 11,528; ansic: 578; makefile: 432; sh: 33
file content (7 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
[pytest]
markers =
    network: Tests requiring network access, skipped with --no-network
    slow: Slow tests
filterwarnings =
    error
required_plugins = pytest-mpi