Andreas Enge
75cafd15b5
gnu: Remove python-pytest-cram.
...
* gnu/packages/python-check.scm (python-pytest-cram): Delete variable.
Fixes : guix/guix#1471
Change-Id: I12df75de9f88a15081dec0f426e7aa4ee1185ca4
2025-08-21 12:17:45 +02:00
Maxim Cournoyer
af9e540b71
gnu: nss-certs: Relocate to (gnu packages nss).
...
This is made so that the source can be shared without introducing module
circular dependencies.
* gnu/packages/certs.scm (nss-certs)
(nss-certs-for-test): Move to...
* gnu/packages/nss.scm: ... here.
Adjust the module imports via:
git grep -l '(gnu packages certs)' |
xargs sed 's/(gnu packages certs)/(gnu packages nss)/' -i
Change-Id: I56d7bc52ddcdffbced8a162e8db8ea5071b0cb0f
2025-08-17 22:34:42 +02:00
Nicolas Graves
af40cc9daa
gnu: python-pytest-click: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-pytest-click):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
[synopsis, description, propagated-inputs]: Improve style.
2025-08-14 13:15:26 +01:00
Nicolas Graves
a5d400490e
gnu: python-mockito: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-mockito):
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove them.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Ia67bf161cf06bcb52cf86ecb1b528cde8d35cf85
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-14 13:15:26 +01:00
Nicolas Graves
aed2216bb8
gnu: python-pyannotate: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-pyannotate):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I75589fa5aaa87f61ad3bfffeb723a7c05165e995
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-13 12:46:43 +01:00
Nicolas Graves
e3c7460568
gnu: python-case: Deprecate package.
...
* gnu/packages/python-check.scm (python-case): Deprecate variable.
* gnu/packages/python-xyz.scm (python-kombu, python-billiard,
python-celery)[native-inputs]: Remove python-case.
Change-Id: I98d19e88aa5b8fa2b47f347a4d0c958d71096e4e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-07 18:33:36 +01:00
Nicolas Graves
35f2fd68b0
gnu: python-case: Move to (gnu packages python-check).
...
* /gnu/packages/python-xyz.scm (python-case): Move from here…
* gnu/packages/python-check.scm (python-case): …to here.
Change-Id: I59379226031edbd4dc63c70f15725b488668d05c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-07 18:33:36 +01:00
Nicolas Graves
fc194e7755
gnu: python-pytest-isort: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-pytest-isort):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove them.
[native-inputs]: Add python-poetry-core.
[home-page]: Refresh.
Change-Id: I712fcdd2bb659b5f9d2a8fbfca2d8cd0d2cdb127
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-07 18:33:36 +01:00
Nicolas Graves
99f7b8fcf9
gnu: python-test-utils: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-test-utils):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Ifc02d90691e1d72cff5ba9034ee99718ebff2051
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-07 18:33:35 +01:00
Nicolas Graves
6a0bd9be26
gnu: Add python-cliff-bootstrap.
...
* gnu/packages/openstack.scm (python-cliff-bootstrap): New variable.
* gnu/packages/check.scm (python-stestr)[propagated-inputs]: Replace
python-cliff by python-cliff-boostrap.
Change-Id: I9cc7271bb090127e28a56a8964a9b4cf42fbc800
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27 00:25:50 +01:00
Nicolas Graves
5403940d77
gnu: python-stestr: Update to 4.2.0.
...
* gnu/packages/python-check.scm (python-stestr): Update to 4.2.0.
[arguments]<#:test-flags>: Refresh them.
<#:phases>: Add phase 'configure-check.
[native-inputs]: Add python-flit-core-next.
Change-Id: I2f50c92a15c7d074c0d129b25b2a0b6c414fa982
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27 00:25:50 +01:00
Vinicius Monego
60595d3415
gnu: Add python-pytest-twisted.
...
* gnu/packages/python-check.scm (python-pytest-twisted): New variable.
Change-Id: I550ed9c65fdfd06febcb2d5582f0739673ff68b2
2025-07-26 13:32:54 -03:00
Nicolas Graves
62d7f3b8c1
gnu: python-mamba: Move to (gnu packages python-check).
...
* gnu/packages/python-xyz.scm (python-mamba): Move from here…
* gnu/packages/python-check.scm (python-mamba): …to here.
Change-Id: I29bb39825493e5fa29692bdd47a099d1854668f2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-25 11:32:15 +01:00
Nicolas Graves
0aeeba456f
gnu: python-cram: Switch to pyproject.
...
* gnu/packages/python-check.scm (python-cram):
[build-system]: Switch to pyproject-build-system.
Change-Id: Ifff01959a7ebad3bc2ce8f785c879c8910ad33e9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-23 16:24:26 +01:00
Nicolas Graves
fba83917a7
gnu: python-cram: Run without coverage.
...
* gnu/packages/python-check.scm (python-cram)
[arguments]<#:phases>: Improve 'patch-source phase style and disable a
substitution made for coverage. Rewrite the 'check phase and disable
coverage checks.
[native-inputs]: Remove python-coverage, which.
Change-Id: Iebd2e7188a89f7a647f163777e9d0ebd2674ddca
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-23 16:24:25 +01:00
Nicolas Graves
dffbfcfeca
gnu: python-cram: Improve style.
...
* gnu/packages/python-check.scm (python-cram): Run guix style, use
gexps.
Change-Id: I36946726869fd50a8386f699fd9b8becbdabe775
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-23 16:24:25 +01:00
Sharlatan Hellseher
9c7bd33975
gnu: Add python-pytest-textual-snapshot.
...
* gnu/packages/python-check.scm (python-pytest-textual-snapshot): New variable.
Change-Id: Ia6bddc9ef81f02578ac92f9a1f017d320ee729f5
2025-07-02 23:16:27 +01:00
Sharlatan Hellseher
223aeeb97d
gnu: Add python-syrupy.
...
* gnu/packages/python-check.scm (python-syrupy): New variable.
Change-Id: Idfe441ee8e56a02ec2c28247b3f4557e5440ebef
2025-07-02 23:16:20 +01:00
Vinicius Monego
b6c383eb5b
gnu: python-pytest-check: Update to 2.5.3.
...
* gnu/packages/python-check.scm (python-pytest-check): Update to 2.5.3.
[native-inputs]: Remove python-flit-core. Add python-hatchling,
python-pytest.
[propagated-inputs]: Remove python-pytest.
Change-Id: I46b2beafcbf3e4f2a594fecdd4b59f8b1e72fce8
2025-06-29 00:04:42 -03:00
Vinicius Monego
e9d4447f0b
gnu: python-pytest-cookies: Use pyproject-build-system.
...
* gnu/packages/python-check.scm (python-pytest-cookies)[build-system]:
Use pyproject-build-system.
[arguments]<#:phases>: Do not override the 'check' phase.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Iafa4ac529fced3debe3eecb2615073fca945e77e
2025-06-29 00:04:42 -03:00
Sharlatan Hellseher
780f4f38ff
gnu: python-pytest-mpi: Skip some tests on aarch64-linux.
...
Fixing #688 .
* gnu/packages/python-check.scm (python-pytest-mpi) [arguments]
<test-flags>: Skip some tests on aarch64-linux system.
Change-Id: I03e91c59965c7bd41ec9369c74b5b8933424799c
2025-06-20 13:54:28 +01:00
Sharlatan Hellseher
6465931bbc
gnu: packages/python-check: Remove docker module.
...
* gnu/packages/python-check.scm: Remove unused docker module.
Change-Id: I84889552350713f57c8a52e91baf212e7f1796a1
2025-05-16 23:07:19 +01:00
Sharlatan Hellseher
f68bd9b249
gnu: python-pyflakes: Move to python-check.
...
* gnu/packages/python-xyz.scm (python-pyflakes): Move from here ...
* gnu/packages/python-check.scm: ... to here.
* gnu/packages/emacs-xyz.scm: Add python-check module.
Change-Id: I237f96ade0ad6c488697a3a61e88691522b2b94d
2025-05-16 21:54:06 +01:00
Sergio Pastor Pérez
66dd876b50
gnu: Add python-pytest-pylint.
...
* gnu/packages/check.scm (python-pytest-pylint): New variable.
Change-Id: Iba326a6fc9cbd333eb63edf2ed61dca45cdf2bc9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-05-10 16:12:18 +01:00
Sharlatan Hellseher
f00571cfbb
gnu: python-sure: Move to python-check.
...
* gnu/packages/python-xyz.scm (python-sure): Move from here ...
* gnu/packages/python-check.scm: ... to here.
Change-Id: Idb2379d5c4f0964fb28bf38097c963206bbfecfa
2025-05-09 22:35:00 +01:00
Sharlatan Hellseher
a99f9c6044
gnu: python-pep8-naming: Move python-check.
...
* gnu/packages/python-xyz.scm (python-pep8-naming): Move from here ...
* gnu/packages/python-check.scm: ... to here.
* gnu/packages/wm.scm: Add python-check module.
Change-Id: I1b0e0eec5e8f815f855860fd149a17e2470adea2
2025-05-08 07:43:00 +01:00
Sharlatan Hellseher
304f8bebbb
gnu: python-pytest-mpi: Enable tests.
...
* gnu/packages/python-check.scm (python-pytest-mpi) [build-sytem]:
Switch to pyproject.
[propagated-inputs]: Remove python-pytest.
[native-inputs]: Add openmpi, python-pytest, python-setuptools,
python-sybil, and python-wheel.
Change-Id: I3f6b048e5e1b86048922b3d132a6d9c51e85f857
2025-05-01 12:31:43 +01:00
Sharlatan Hellseher
4296310b59
gnu: python-cram: Move to python-check.
...
* gnu/packages/python-xyz.scm (python-cram): Move from here ...
* gnu/packages/python-check.scm: ... to here.
* gnu/packages/rcm.scm: Replace python-xyz with python-check module.
* gnu/packages/benchmark.scm: Add python-check module.
Change-Id: I0192701e4d4890735a18cc60abd2782fed8db090
2025-05-01 12:29:19 +01:00
Matthew Elwin
3cecec63c5
gnu: Add python-scspell3k.
...
* gnu/packages/python-xyz.scm (python-scspell3k): New variable.
Change-Id: Ia7e7d9cceba1391eee9278ab722bcdd4283c1354
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-05-01 12:29:19 +01:00
Sharlatan Hellseher
16297f12db
gnu: Add python-validate-pyproject.
...
* gnu/packages/python-check.scm (python-validate-pyproject): New variable.
Change-Id: I40ab76b862f7bdd67babb6d17a8d50e9e208cbea
2025-05-01 12:29:19 +01:00
David Elsing
40066ba37a
gnu: Add python-pytest-mpi.
...
* gnu/packages/python-check.scm (python-pytest-mpi): New variable.
Change-Id: If1c5fd2ad6d6e3243be2a8d595e1f9b7f3204f3d
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-05-01 12:34:29 +02:00
Matthew Elwin
a6b40f7a2f
gnu: Add python-flake8-comprehensions.
...
* gnu/packages/python-check.scm (python-flake8-comprehensions): New variable.
Change-Id: Ibb58ffce8d12a1c6444b89723a7882f88373496f
Co-authored--by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-28 22:04:58 +01:00
Sharlatan Hellseher
d241fe7772
gnu: Add python-pytest-flake8-path.
...
* gnu/packages/python-check.scm (python-pytest-flake8-path): New variable.
Change-Id: I749d4263f5b6f11266912578c8750ba4f4e1df36
2025-04-28 22:04:58 +01:00
Matthew Elwin
e5876f6aff
gnu: Add python-flake8-deprecated.
...
* gnu/packages/python-check.scm (python-flake8-deprecated): New variable.
Change-Id: If555230ff854ad26c5466a47b04a212189a113b9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-28 22:04:52 +01:00
Matthew Elwin
bc9903f657
gnu: Add python-flake8-builtins.
...
* gnu/packages/python-xyz.scm (python-flake8-builtins): New variable.
Change-Id: I1fe2b01f3e95b922ec2a7f48024a2a9ffd598894
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-26 22:29:09 +01:00
Sharlatan Hellseher
b1ac5682bf
gnu: python-hypothesmith: Move to python-check.
...
* gnu/packages/check.scm (python-hypothesmith): Move from here ...
* gnu/packages/python-check.scm: ... to here.
Change-Id: Ib894b5fb76aa8db6fc4a343e0f28d90f0c74fc72
2025-04-24 04:53:42 +01:00
Sharlatan Hellseher
5cf0a65c81
gnu: python-ddt: Move python-check.
...
* gnu/packages/python-xyz.scm (python-ddt): Move from here ...
* gnu/packages/python-check.scm: ... to here.
Change-Id: If098b89d4abb795db7dc9756a76060e2e6ae11cc
2025-04-23 23:12:23 +01:00
Sharlatan Hellseher
ac7e4d826e
gnu: python-bandit: Move to python-check.
...
* gnu/packages/openstack.scm (python-bandit): Move from here ...
* gnu/packages/python-check.scm: ... to here.
Change-Id: I8e10caee78a1d5922626f30d48cfe2bbe6b2ab2e
2025-04-23 23:12:23 +01:00
Sharlatan Hellseher
0bb526a573
gnu: python-stestr: Update to 4.1.0.
...
* gnu/packages/python-check.scm (python-stestr): Update to 4.1.0.
[build-system]: Switch to pyproject.
[arguments] <tests?>: Enable them.
<phases>: Use custom 'check.
[propagated-inputs]: Remove python-future; add python-tomlkit.
[native-inputs]: Remove python-pbr; add python-ddt, python-iso8601,
python-setuptools, and python-wheel.
Change-Id: I058fb17c46c91a4e21f0797544a4a02e3c706b05
2025-04-23 23:12:23 +01:00
Sharlatan Hellseher
97a6185965
gnu: python-pytest-tornado: Use pyproject.
...
* gnu/packages/python-check.scm (python-pytest-tornado) [build-system]:
Switch to pyproject.
[native-inputs]: Add python-wheel.
Change-Id: I3ce4fb379b78ac96c5bacc31cdedd892896d80af
2025-04-23 23:12:22 +01:00
Sharlatan Hellseher
15562902da
gnu: packages/python-check: Sort variables.
...
* gnu/packages/python-check.scm (python-pyannotate,
python-pytest-repeat, python-pytest-sanic, python-pytest-shutil): Sort
variables alphabetically.
Change-Id: Ia33663100d8a50a0ca5f852b75969548288efdd3
2025-04-23 00:08:16 +01:00
Sharlatan Hellseher
c9eb98db9b
gnu: packages/python-check: Sort variables.
...
* gnu/packages/python-check.scm (python-mockito, python-nbmake,
python-nox, python-pycotap, python-pytest-checkdocs,
python-pytest-remotedata python-pytest-services): Sort variables
alphabetically.
Change-Id: If5cf7f31c7e48bec4031585ecf1786e1b5334713
2025-04-23 00:03:51 +01:00
Sharlatan Hellseher
e48c620431
gnu: packages/python-check: Sort variables.
...
* gnu/packages/python-check.scm (python-mypy, python-mypy-minimal,
python-nptyping, python-pytest-astropy-header, python-pytest-check,
python-pytest-cython, python-pytest-rerunfailures,
python-pytest-rerunfailures-13, python-pytest-subprocess ): Sort
variables alphabetically.
Change-Id: I75751c53e4906a60cc4535ef7675ee75f924b061
2025-04-22 23:54:32 +01:00
Sharlatan Hellseher
615ada6b28
gnu: packages/python-check: Sort variables.
...
* gnu/packages/python-check.scm (python-mypy-extensions,
python-pandas-vet, python-pytest-flask, python-pytest-order,
python-pytest-pycodestyle, python-pytest-shard): Sort variables
alphabetically.
Change-Id: If576eeeb7657da0284314b7991e845488f936bb7
2025-04-22 23:54:32 +01:00
Sharlatan Hellseher
b12ed9b4b7
gnu: packages/python-check: Sort variables.
...
* gnu/packages/python-check.scm (python-nbval, python-pytest-astropy,
python-pytest-csv, python-pytest-isort, python-pytest-parawtf,
python-pytest-socket, python-pytest-vcr): Sort variables alphabetically.
Change-Id: I910e56d7b8aa39b2744c51ad1f41278feb5901de
2025-04-22 23:54:32 +01:00
Sharlatan Hellseher
6d114e63eb
gnu: packages/python-check: Sort variables.
...
* gnu/packages/python-check.scm (python-memory-profiler,
python-pytest-aiohttp, python-pytest-click, python-pytest-flakefinder,
python-pytest-snapshot, python-pytest-tornasync, python-sybil): Sort
variables alphabetically.
Change-Id: I82896437b4bd14c4b70f49884daa7eec9288f118
2025-04-22 23:54:32 +01:00
Sharlatan Hellseher
126c272acf
gnu: packages/python-check: Sort variables.
...
* gnu/packages/python-check.scm (python-httmock,
python-inline-snapshot, python-line-profiler, python-pytest-benchmark,
python-pytest-celery, python-pytest-flake8): Sort variables
alphabetically.
Change-Id: Ifd3ea1c34973794eb43cc9ebf31c7e7ea33b49a0
2025-04-22 23:54:32 +01:00
Sharlatan Hellseher
96cebe2c98
gnu: packages/python-check: Sort variables.
...
* gnu/packages/python-check.scm (python-pytest-console-scripts,
python-pytest-cram, python-pytest-doctest-custom, python-pytest-env,
python-pytest-fixture-config, python-pytest-httpx,
python-pytest-openfiles, python-re-assert, python-tappy): Sort variables
alphabetically.
Change-Id: Ie8c00edde98f3fa8a0608c7def126caa351a1907
2025-04-22 23:54:32 +01:00
Sharlatan Hellseher
134dbb1924
gnu: packages/python-check: Sort variables.
...
* gnu/packages/python-check.scm (python-hiro, python-pylama,
python-pytest-black, python-pytest-freezer, python-pytest-qt,
python-pytest-tornado, python-testfixtures): Sort variables
alphabetically.
Change-Id: I5d784c567fdca631362cd31eba9f0e07a6519a8f
2025-04-22 23:54:28 +01:00
Sharlatan Hellseher
0d1286f0e4
gnu: python-crosshair: Move to python-check.
...
* gnu/packages/check.scm (python-crosshair): Move from here ...
* gnu/packages/python-check.scm: ... to here.
Change-Id: I56a246ddc6dee0a28d0432fabc4fe4b2bcea6bc0
2025-04-22 22:13:34 +01:00