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/vpn.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/vpn.scm')
| -rw-r--r-- | gnu/packages/vpn.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 15efe807fd4..a4a9295bdb9 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm | |||
| @@ -1220,7 +1220,7 @@ private network between hosts on the internet.") | |||
| 1220 | ;; For tests only. | 1220 | ;; For tests only. |
| 1221 | python-hatchling | 1221 | python-hatchling |
| 1222 | python-mock | 1222 | python-mock |
| 1223 | python-pytest-runner | 1223 | python-pytest |
| 1224 | ;; For documentation only. | 1224 | ;; For documentation only. |
| 1225 | python-sphinx | 1225 | python-sphinx |
| 1226 | texinfo)) | 1226 | texinfo)) |
