File: pytest.ini

package info (click to toggle)
h5py 3.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,828 kB
  • sloc: python: 12,212; ansic: 578; makefile: 433; sh: 33
file content (11 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[pytest]
markers =
    network: Tests requiring network access, skipped with --no-network
    slow: Slow tests
    # These definitions suppress pytest warnings when
    # pytest-run-parallel is not installed
    parallel_threads_limit: Maximum number of threads to use in pytest-run-parallel
    thread_unsafe: Tests that must run on a single thread in pytest-run-parallel
filterwarnings =
    error
required_plugins = pytest-mpi