summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-29 15:11:55 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:33 +0100
commit4f4ee461796491afd092f0baa80df96537296f63 (patch)
tree4f36fceb9679fd030909fd40ecdc8f1ea28d082f /Makefile.am
parent30b3cbc90f27c4d84306f949bba24989779c0992 (diff)
build-system/pyproject: Ignore selected pytest inputs.
This commit includes squashed changes from https://codeberg.org/guix/guix/pulls/7220 and https://codeberg.org/guix/guix/pulls/7338. * gnu/packages/aux-files/python/pytest_guix.py: New file. * Makefile.am: Record it. * guix/build/pyproject-build-system.scm (check): Preload pytest_guix plugin when available. * guix/build-system/pyproject.scm (default-pytest-guix-plugin): New package, generated from pytest_guix.py. (lower): Add python-pytest-guix argument, and inject it if python-pytest is in the native-inputs. Change-Id: I13263b461e9962aad340347657b9c9685db63927 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 16ab2d317ec..79575c7dfdb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -488,6 +488,7 @@ AUX_FILES = \
488 gnu/packages/aux-files/linux-libre/5.10-x86_64.conf \ 488 gnu/packages/aux-files/linux-libre/5.10-x86_64.conf \
489 gnu/packages/aux-files/ovmf/51-edk2-ovmf-2m-raw-x64-nosb.json \ 489 gnu/packages/aux-files/ovmf/51-edk2-ovmf-2m-raw-x64-nosb.json \
490 gnu/packages/aux-files/pack-audit.c \ 490 gnu/packages/aux-files/pack-audit.c \
491 gnu/packages/aux-files/python/pytest_guix.py \
491 gnu/packages/aux-files/python/sanity-check.py \ 492 gnu/packages/aux-files/python/sanity-check.py \
492 gnu/packages/aux-files/python/sitecustomize.py \ 493 gnu/packages/aux-files/python/sitecustomize.py \
493 gnu/packages/aux-files/renpy/renpy.in \ 494 gnu/packages/aux-files/renpy/renpy.in \