Files @ cbd50af302e6
Branch filter:

Location: NPO-Accounting/conservancy_beancount/pytest.ini - annotation

Brett Smith
rtutil: Explicit fspath cast to avoid a Py3.6 typecheck issue.

On Py3.6, either sqlite3.connect() doesn't take a path-like object,
or the type stubs don't know that.
1
2
3
[pytest]
filterwarnings =
  ignore::DeprecationWarning:^socks$