summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
AgeCommit message (Collapse)Author
2025-10-04gnu: python-xdoctest: Move to python-check.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xdoctest): Move from here ... * gnu/packages/python-check.scm: ... to here. Change-Id: Ic20d4d77ac14da286dd8d6438eab3b3a528bf97b
2025-10-03gnu: Remove usages of python-setuptools-next and python-setuptools-scm-next.Maxim Cournoyer
These are deprecated, and trigger deprecation warnings. Automated via, manually reverting the two define-deprecated hunks: git grep -l python-setuptools-next | xargs sed -i 's/python-setuptools-next/python-setuptools/' git grep -l python-setuptools-scm-next | xargs sed -i 's/python-setuptools-scm-next/python-setuptools-scm/' Change-Id: Ied5073176cd6578f7524af0deec9182577c1b786
2025-10-01gnu: python-inline-snapshot: Update to 0.29.1.Evgenii Klimov
* gnu/packages/python-check.scm (python-inline-snapshot): Update to 0.29.1. [arguments] <test-flags>: Run tests in parallel, rework ignored and skipped tests to prevent adding MyPy and Pyright. [propagated-inputs]: Remove python-black, python-click, python-mkdocs, python-tomli, and python-typing-extensions. [native-inputs]: Remove python-mypy, python-pydantic, and python-pytest; add python-black, python-freezer, python-pydantic-2, python-pytest-bootstrap, python-pytest-xdist. Change-Id: I8d831efc1ef52f94037ce349cffecfe79ab4efd9 Modified-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-10-01gnu: Add python-pytest-recording.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-recording): New variable. Change-Id: I73a9132a7a19528790c8817ad75fd87c2d4520ff
2025-10-01gnu: Add python-pytest-retry.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-retry): New variable. Change-Id: I3f9b318d8195633d75383bfacf843fd8f597395c
2025-10-01gnu: python-pycotap: Update to 1.3.1.Nicolas Graves
* gnu/packages/python-check.scm (python-pycotap): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Set it. [home-page]: Refresh it. [native-inputs]: Add python-pytest, python-setuptools. [description]: Improve style. Change-Id: I5aaa6a1cbbe5e3c5aa79ccfb4321381b7a311d56 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01gnu: python-junit-xml: Switch to pyproject.Nicolas Graves
* gnu/packages/python-check.scm (python-junit-xml): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Iadf636efd092279fb52a568f5f26743600be6b7c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01gnu: python-httmock: Switch to pyproject.Nicolas Graves
* gnu/packages/python-check.scm (python-httmock): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Enable tests with <#:test-backend, #:test-flags>. [native-inputs]: Add python-setuptools. Change-Id: Ied533d486455cf6fc4f5d699d681632831b99be6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-01gnu: python-avocado-framework: Switch to pyproject.Nicolas Graves
* gnu/packages/python-check.scm (python-avocado-framework): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools.
2025-10-01gnu: python-aioresponses: Switch to pyproject.Nicolas Graves
* gnu/packages/python-check.scm (python-aioresponses): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-flags>: Set hem. <#:phases>: Add phase 'set-pbr-version. Remove 'check phase replacement. [native-inputs]: Add python-setuptools. Change-Id: I08c8e9025a50f361f5455782b0a645a92876a1ff Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-30gnu: python-flit-core-next: Mark as deprecated.Nguyễn Gia Phong
This is a followup to a34d8e427875e0538a81e4414e92cc41c91fd0cf. Replace all python-flit-core-next occurrences with python-flit-core. * gnu/packages/python-build.scm (python-flit-core-next): Mark as a deprecated public alias. * gnu/packages/machine-learning.scm (python-pytorch-geometric) [propagated-inputs]: Replace python-flit-core-next with python-flit-core. * gnu/packages/pdf.scm (python-pypdf) [propagated-inputs]: Replace python-flit-core-next with python-flit-core. * gnu/packages/python-check.scm (python-stestr) [propagated-inputs]: Replace python-flit-core-next with python-flit-core. * gnu/packages/python-xyz.scm (python-asyncclick) [propagated-inputs]: Replace python-flit-core-next with python-flit-core. Change-Id: I3a25290f6fd97995b773332addefe33afd016e67 Reviwed-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-30gnu: Add python-pytest-asdf-plugin.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-asdf-plugin): New variable. Change-Id: I2de8c8ef9ddd6cc4b764079d6461996d01d1a21c
2025-09-28gnu: python-autopep8: Move to python-check.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-autopep8): Move from here ... * gnu/packages/python-check.scm: ... to here. Change-Id: Icce2a85151398eae4be5c54982497897751a43b7
2025-09-27gnu: python-flexmock: Move to python-check.Sharlatan Hellseher
* gnu/packages/check.scm (python-flexmock): Move from here ... * gnu/packages/python-check.scm: ... to here. * gnu/packages/shellutils.scm: Add python-check module. Change-Id: I6aebe1eb1f9bdbeb140af4538a9af0becccc6e92
2025-09-25gnu: python-test-utils: Disable tests.Nicolas Graves
* gnu/packages/python-check.scm (python-test-utils) [arguments]<#:tests?>: Disable them. [native-inputs]: Remove python-wheel. Change-Id: Ib45a88ef010749f5b18f0ae591df83baf99c5bc6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25gnu: python-green: Fix tests.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-green): Rework custom phases. [arguments] <test-flags>: Add portion of tests. [phases]{check}: Run tests with installed "green" command. [native-inputs]: Remove python-mypy, python-testtools, and python-wheel. Change-Id: Ifaf4507825ecfdd924abaa391db1c876500735ca
2025-09-25gnu: python-hiro: Fix tests.Nicolas Graves
* gnu/packages/python-check.scm (python-hiro): [source]: Switch to git-fetch. [native-inputs]: Add python-pytest, python-pytest-cov. Remove python-wheel. [description]: Improve style. Change-Id: I30447c5227e09b76708e2c075639c4e95a8f03ee Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25gnu: python-assertpy: Fix tests.Hugo Buddelmeijer
* gnu/packages/python-check.scm (python-assertpy): Fix tests. [source]: Switch to git-fetch. [native-inputs]: Remove python-wheel, add python-pytest. Change-Id: I878498f64bb6b1399c033ee6d33bbf7a1afd47ed Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-25gnu: python-pytest-cython: Disable tests.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-cython)[arguments] <tests?>: They look like broken. <test-flags>: Drop all. <phases>: Remove 'buld-extensions. [native-inputs]: Remove python-cython-3; add python-cython. Change-Id: I978ee17a13688199dcd474577afb0dde10df220c
2025-09-25gnu: python-tox: Skip one more test.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-tox): Use G-expression and simplify skipped tests. [arguments] <test-flags>: Simplify and skip one more test. Change-Id: Icbb85340ffa66c9ce393010f1b3558bc8ab5103f
2025-09-25gnu: python-pyannotate: Fix tests.Nicolas Graves
* gnu/packages/python-check.scm (python-pyannotate) [source]: Switch to git-fetch. [arguments]<#:test-backend>: Set it. [native-inputs]: Remove python-wheel. [propagated-inputs, description]: Improve style. Change-Id: I4f310eba2117b062aedc2fad4a96537604dd8bd6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25gnu: python-bandit: Update to 1.8.6.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-bandit): Update to 1.8.6. [arguments] <tests?>: Disable for now. [propagated-inputs]: Remove python-gitpython, python-jschema-to-python, and python-sarif-om. [native-inputs]: Remove python-beautifulsoup4, python-fixtures, python-stestr, python-testscenarios, python-testtools, and python-wheel. Change-Id: Ib333f89b750e02bcaa22f599f8b3d4ba9164e6b9
2025-09-25gnu: python-beartype: Update to 0.21.0.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-beartype): Update to 0.21.0. [native-inputs]: Remove python-numpy and python-pygments. Change-Id: I16a2dc877b20f9f52de8b6e596cf7abb6d7677eb
2025-09-25gnu: Remove python-pytest-rerunfailures-13.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-rerunfailures-13): Delete variable. Change-Id: Ifd9cefe994ba6a884bede0c61529a7f1ab053fd2
2025-09-25gnu: python-allpairspy: Update to 2.5.1.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-allpairspy): Update to 2.5.1. [build-system]: Use pyproject. [native-inputs]: Remove python-pytest-runner; add python-setuptools. Change-Id: Iea02a2db43a159f9f3866469846b2d90005f9ff7
2025-09-25gnu: python-bandit: Rely on stestr test-backend.Nicolas Graves
* gnu/packages/python-check.scm (python-bandit)[arguments]{phases}: Remove uneeded keyword. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25gnu: python-pytest-fixture-config: Update to 1.8.0.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-fixture-config): Update to 1.8.0. [build-system]: Use pyproject. [native-inputs]: Remove python-pytest and python-setuptools-git; add python-pytest-bootstrap, python-setuptools, and python-six. Change-Id: I7c507ad3405fa9519d9c631865d7746b4879d7f4
2025-09-25gnu: python-hypothesmith: Update to 0.3.3.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-hypothesmith): Update to 0.3.3. [arguments] <test-flags>: Run tests in parallel, supported upstream. <phases>: Remove 'patch-lark-dependency. [native-inputs]: Remove python-wheel; add python-pytest-xdist. Change-Id: I4deacf53ebec2601c5b6ff6e5c28f6ec66f0a67b
2025-09-25gnu: python-stestr: Rely on its own test-backend.Nicolas Graves
* gnu/packages/python-check.scm (python-stestr)[arguments] {tet-flags}: Skip 5 tests. {phases}: Use default 'check. Change-Id: I72364c00263a7ea15658fe5524711794236f32d7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25gnu: python-expecttest: Update to 0.3.0.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-expecttest): Update to 0.3.0. [native-inputs]: Remove poetry; add python-poetry-core. Change-Id: If0e4a51fe0acfcca06aec952f9c24be09823b5be
2025-09-25gnu: python-coveralls: Improve package.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-coveralls): Re order fields, fix indentation. [source] <uri>: Use direct URL string instead of HOME-PAGE. [native-inputs]: Remove poetry; add python-poetry-core. Apply list style and place above PROPAGATED-INPUTS. Change-Id: Id573137527b104a85aa6ed881feb72ede92d6f7e
2025-09-25gnu: python-ddt: Fix build.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-ddt) [native-inputs]: Add python-six. Change-Id: I0770740a27b8c37c2c5091366c02f36ebba3bacf
2025-09-25gnu: python-pytest-astropy-header: Switch to pyproject-build-system.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-astropy-header) [build-system]: Use pyproject. [native-inputs]: Add python-numpy, and python-setuptools. Change-Id: If5b14d02eac7710c703d3f1b2ad0bca4b9ccafde
2025-09-25gnu: python-testfixtures: Update to 9.1.0.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-testfixtures): Update to 9.1.0. [bulid-system]: Switch to pyproject-build-system. [native-inputs]: Remove python-pytest, python-pytest-cov, python-twine, and python-wheel; add python-setuptools. Change-Id: Ida1dbbc639153399847d87aa81cae2b9a42eef1d
2025-09-25gnu: python-pytest-checkdocs: Update to 2.10.0.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 2.10.0. [source]: Switch to git-fetch, PyPI provides only the latest version of source packge where we need older compatible with python-pypa-build. [arguments] <phases>: Add 'set-version. [propagated-inputs]: Remove python-importlib-metadata, python-pep517, and python-pytest; add python-pypa-build. [native-inputs]: Add python-pytest-bootstrap and python-wheel. Change-Id: I414b8538cb143c94dc7f5c5c5b5db56a56e97c14
2025-09-25gnu: python-pytest-subprocess: Skip 4 tests.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-subprocess) [arguments] <test-flags>: Deselect 4 tests. [native-inputs]: Remove python-wheel. Change-Id: Iabfc47a9268146eda982afe3ccfc78c9950e1f11
2025-09-25gnu: python-pytest-console-scripts: Update to 1.4.1.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-console-scripts): Update to 1.4.1. [build-system]: Use pyproject. [arguments] <tests-flags>: Skip 3 tests. <phases>: Use default 'check. [propagated-inputs]: Remove python-mock and python-pytest. [native-inputs]: Remove python-setuptools-scm; add python-pytest-bootstrap and python-setuptools. Change-Id: I57a714afa0584ece0157236eb22f74a75f90cd17
2025-09-25gnu: python-time-machine: Fix build.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-time-machine): During check phase it fails to find test backend but PyPI archive provides no tests. [arguments] <tests?>: Visually disable them. Change-Id: Ic39e39a520678c79249a326c4b14b523fab21638
2025-09-25gnu: python-pytest-env: Update to 1.1.5.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-env): Update to 1.1.5. [build-system]: Use pyproject. [native-inputs]: Add python-hatch-vcs and python-hatchling. Change-Id: I0acc2884a71969ed9827e439319298f3c48509e2
2025-09-25gnu: Add python-test2ref.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-test2ref): New variable. Change-Id: Id3253057b0a162a8e2a1348c11d7182db572e19d
2025-09-25gnu: python-re-assert: Switch to pyproject-build-system.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-re-assert) [build-system]: Use pyproject. [arguments]: Drop them. [native-inputs]: Remove python-covdefaults and python-coverage; add python-setuptools. Change-Id: Ifc6f24e45196988cf3741ce2cf7b489dbb0a13f3
2025-09-25gnu: python-covdefaults: Update to 2.3.0.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-covdefaults): Update to 2.3.0. [build-system]: Use pyproject. [arguments] <phases>: Use default 'check. [propagated-inputs]: Add python-coverage. [native-inputs]: Remove python-coverage; add python-setuptools. Change-Id: Ic962c330b1c13fedc8b86f97c7138f1b533912f0
2025-09-25gnu: python-tappy: Update to 3.2.1.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-tappy): Update to 3.2.1. [build-system]: Use pyproejct. [native-inputs]: Add python-hatchling. Change-Id: I3c32e9f5454d5bcccfe5f373bfe724a0b68f12cd
2025-09-25gnu: python-pytest-rerunfailures: Update to 15.1.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-rerunfailures): Update to 15.1. [build-system]: Use pyproject. [propagated-inputs]: Remove python-pytest and python-setuptools; add python-packaging. [native-inputs]: Add python-pytest-bootstrap and python-setuptools. Change-Id: I48ecbe8d015a6ddbf68bc79217f73e301a4bff0b
2025-09-25gnu: python-pytest-benchmark: Update to 5.1.0.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-benchmark): Update to 5.1.0. [build-system]: Use pyproject. [arguments] <tests?>: Disable tests for now to bypass cycles. [native-inputs]: Add python-setuptools; replace python-pyetes with python-pytest-bootstrap. Change-Id: I2856dd3f26a4b9600c06eb90b4d4a1b3e55b2bd2
2025-09-25gnu: python-pytest-subtests: Update to 0.14.2.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-subtests): Update to 0.14.2. [build-system]: Use pyproject. [arguments] <phases>: Use default 'check. [propagated-inputs]: Add python-attrs. [native-inputs]: Remove python-pytest; add python-pytest-bootstrap, python-setuptools, and python-wheel. Change-Id: I26b878f3a540428b55ab626e1baa55206a6556c8
2025-09-25gnu: python-mypy: Update to 1.16.1.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-mypy): Update to 1.16.1. [arguments] <test-flags>: Respect parallel option. [native-inputs]: Remove python-attrs, python-pytest-forked, and python-virtualenv; add python-types-setuptools. [propagated-inputs]: Add python-pathspec. Change-Id: Idaecb763785b541f2591cd4530cb71a91e973f44
2025-09-25gnu: python-mypy-extensions: Update to 1.1.0.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-mypy-extensions): Update to 1.1.0. [build-system]: Use pyproject. [arguments] <test-backend>: Use 'unittest. <test-flags>: Provide tests discover flag. [native-inputs]: Add python-flit-core. [description]: Apply fill-paragrap. Change-Id: Ib79bd4c5c9eef80fbe8ee998f8fbceb728e6c1f3
2025-09-18Reapply "Update Maxim's email address."Maxim Cournoyer
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with the more careful command, to avoid a world rebuild: grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \ --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18Revert "Update Maxim's email address."Maxim Cournoyer
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This caused a world rebuild. Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15