~ruther/guix-local

ref: d4c3b31b86dcdc29dee5ae9f7e3399b388cded7e guix-local/gnu/packages/python-check.scm -rw-r--r-- 139.5 KiB
304f8beb — Sharlatan Hellseher 1 year, 2 months ago
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
4296310b — Sharlatan Hellseher 1 year, 2 months ago
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
3cecec63 — Matthew Elwin 1 year, 2 months ago
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>
16297f12 — Sharlatan Hellseher 1 year, 2 months ago
gnu: Add python-validate-pyproject.

* gnu/packages/python-check.scm (python-validate-pyproject): New variable.

Change-Id: I40ab76b862f7bdd67babb6d17a8d50e9e208cbea
40066ba3 — David Elsing 1 year, 2 months ago
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>
a6b40f7a — Matthew Elwin 1 year, 2 months ago
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>
d241fe77 — Sharlatan Hellseher 1 year, 2 months ago
gnu: Add python-pytest-flake8-path.

* gnu/packages/python-check.scm (python-pytest-flake8-path): New variable.

Change-Id: I749d4263f5b6f11266912578c8750ba4f4e1df36
e5876f6a — Matthew Elwin 1 year, 2 months ago
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>
bc9903f6 — Matthew Elwin 1 year, 2 months ago
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>
b1ac5682 — Sharlatan Hellseher 1 year, 2 months ago
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
5cf0a65c — Sharlatan Hellseher 1 year, 2 months ago
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
ac7e4d82 — Sharlatan Hellseher 1 year, 2 months ago
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
0bb526a5 — Sharlatan Hellseher 1 year, 2 months ago
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
97a61859 — Sharlatan Hellseher 1 year, 2 months ago
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
15562902 — Sharlatan Hellseher 1 year, 2 months ago
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
c9eb98db — Sharlatan Hellseher 1 year, 2 months ago
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
e48c6204 — Sharlatan Hellseher 1 year, 2 months ago
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
615ada6b — Sharlatan Hellseher 1 year, 2 months ago
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
b12ed9b4 — Sharlatan Hellseher 1 year, 2 months ago
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
6d114e63 — Sharlatan Hellseher 1 year, 2 months ago
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
Next