Files @ 0342c5b83e70
Branch filter:

Location: NPO-Accounting/conservancy_beancount/pyproject.toml

bsturmfels
tests: Replace skipUnless with skipif.

The function skipUnless is available in `unittest`, but not `pytest`.
1
2
3
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta"