[run]
concurrency = multiprocessing
parallel = True

[report]
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover
    # Don't complain if tests don't hit defensive assertion code:
    raise NotImplementedError
    except ImportError:
    except IOError:
    except IOError as exc:
    except Exception:
