aboutsummaryrefslogtreecommitdiff
# 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/builder/_version.py"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra"
testpaths = [
    "tests"
]
markers = [
    "subprocess_run: define how mocked subprocess.run should behave"
]
ri 2020-12-11guix: 'guile' executable ignores GUILE_LOAD_PATH during startup....Ludovic Courtès 2020-10-31pack: Relocatable wrapper leaves root available to child processes....Ludovic Courtès 2020-10-30gnu: linux-libre: Update to 5.9.2....Leo Famulari 2020-10-30guix: pack: Fix offset calculation for store directory mount point....Eric Bavier 2020-10-24gnu: linux-libre: Update to 5.9.1....Leo Famulari 2020-10-15gnu: linux-libre: Enable XDP sockets and their monitoring....Tobias Geerinckx-Rice via Guix-patches via 2020-10-05self: Use a 'guile' that doesn't complain about locales....Ludovic Courtès 2020-08-30gnu: Remove linux-libre 5.7....Leo Famulari 2020-08-27pack: fakechroot: Honor $LD_LIBRARY_PATH....Ludovic Courtès 2020-08-27linux-libre: Enable module compression for all versions....Mathieu Othacehe 2020-08-25linux-libre: Enable module compression....Mathieu Othacehe 2020-08-21gnu: linux-libre: Update to 5.8.2....Leo Famulari 2020-08-10gnu: linux-libre: Fix typo in the configuration for 5.7 on x86_64....Leo Famulari 2020-08-05gnu: linux-libre: Update to 5.7.12....Leo Famulari 2020-07-28pack: "fakechroot" engine always creates its store....Ludovic Courtès 2020-07-28pack: "fakechroot" execution engine can load its audit module....Ludovic Courtès