aboutsummaryrefslogtreecommitdiff
blob: 1006a99cce493282a67c4c17f50b6c2d329c082f (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",
]
build-backend = "setuptools.build_meta"

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