aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-30Initial commitYury Selivanov
a id='n5' href='#n5'>5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# SPDX-License-Identifier: CC0-1.0

# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
#
# Available under the terms of Creative Commons Zero v1.0 Universal.

[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=44", "wheel", "setuptools_scm>=5.0", "babel"]

[tool.setuptools_scm]
write_to = "src/hydrilla/_version.py"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra"
testpaths = [
    "tests"
]
markers = [
    "mod_before_build: define a callback to use to modify test packages before their build",
    "mod_after_build: define a callback to use to modify test packages after their build",
    "subprocess_run: define how mocked subprocess.run should behave"
]