diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-26 20:30:56 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:48 +0100 |
| commit | eaa713dc463dbd9d4c48c18098b7a1f4e8e1bfee (patch) | |
| tree | 4eaf56a6d1ce21f487a22a661b439c231dea4399 /gnu/packages/backup.scm | |
| parent | 288d5fb6a7391efcee18435070a26c18c3289baa (diff) | |
gnu: packages: Drop python-pytest-runner native-inputs.
This commit was generated using https://codeberg.org/guix/guix/pulls/5862:
guix style -S remove-native-inputs --parameter=python-pytest-runner
and adding back python-pytest if necessary.
* gnu/packages/geo.scm (python-pyshp)
* gnu/packages/backup.scm (vorta)
[native-inptus]: Remove python-pytest-runner, add python-pytest.
* gnu/packages/backup.scm (duplicity)
* gnu/packages/linux.scm (python-spython)
* gnu/packages/bioinformatics.scm (python-cwl-utils)
* gnu/packages/databases.scm (python-pyarrow, datasette)
* gnu/packages/fontutils.scm (python-cu2qu)
* gnu/packages/gnome.scm (terminator)
* gnu/packages/music.scm (stargate)
* gnu/packages/python-science.scm (python-upsetplot)
* gnu/packages/python-web.scm (python-falcon, python-cssselect2)
* gnu/packages/python-xyz.scm (python-docrep, python-cairocffi,
python-entrypoint2)
* gnu/packages/task-management.scm (todoman)
* gnu/packages/video.scm (yle-dl)
* gnu/packages/vpn.scm (sshuttle)
[native-inptus]: Remove python-pytest-runner.
Relates-to: https://codeberg.org/guix/guix/issues/7474
Change-Id: Ia79595309ba8965c4374e7c24a1ef4c3e36fe1ea
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/backup.scm')
| -rw-r--r-- | gnu/packages/backup.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 427f7bb9080..38e467cae7d 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm | |||
| @@ -136,7 +136,6 @@ | |||
| 136 | python-paramiko | 136 | python-paramiko |
| 137 | python-pexpect | 137 | python-pexpect |
| 138 | python-pytest | 138 | python-pytest |
| 139 | python-pytest-runner | ||
| 140 | python-setuptools-scm | 139 | python-setuptools-scm |
| 141 | tzdata-for-tests | 140 | tzdata-for-tests |
| 142 | python-mock)) | 141 | python-mock)) |
| @@ -1365,9 +1364,9 @@ borgmatic is powered by borg.") | |||
| 1365 | (assoc-ref qt:%standard-phases 'qt-wrap))))) | 1364 | (assoc-ref qt:%standard-phases 'qt-wrap))))) |
| 1366 | (native-inputs | 1365 | (native-inputs |
| 1367 | (list python-platformdirs | 1366 | (list python-platformdirs |
| 1367 | python-pytest | ||
| 1368 | python-pytest-mock | 1368 | python-pytest-mock |
| 1369 | python-pytest-qt | 1369 | python-pytest-qt |
| 1370 | python-pytest-runner | ||
| 1371 | python-setuptools | 1370 | python-setuptools |
| 1372 | python-setuptools-git)) | 1371 | python-setuptools-git)) |
| 1373 | (inputs | 1372 | (inputs |
