aboutsummaryrefslogtreecommitdiff
blob: 5957b6e6e8804085c76b1ce7eed2e1f8c0f0f1ea (plain)
1
2
3
4
5
6
7
8
9
10
11
[build-system]
requires = [
	"wheel", "setuptools",
	"snakeoil @ https://github.com/pkgcore/snakeoil/archive/master.tar.gz#egg=snakeoil",
]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra"
testpaths = ["tests"]