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 | |
| 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')
| -rw-r--r-- | gnu/packages/backup.scm | 3 | ||||
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/databases.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/fontutils.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/geo.scm | 5 | ||||
| -rw-r--r-- | gnu/packages/gnome.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/linux.scm | 5 | ||||
| -rw-r--r-- | gnu/packages/music.scm | 3 | ||||
| -rw-r--r-- | gnu/packages/python-science.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/python-web.scm | 3 | ||||
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 | ||||
| -rw-r--r-- | gnu/packages/task-management.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/video.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/vpn.scm | 2 |
14 files changed, 13 insertions, 28 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 |
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b9e9b0858dc..4f083e29a32 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -6964,7 +6964,6 @@ and v1.1 to v1.2.") | |||
| 6964 | (list python-mypy-extensions | 6964 | (list python-mypy-extensions |
| 6965 | python-pytest | 6965 | python-pytest |
| 6966 | python-pytest-mock | 6966 | python-pytest-mock |
| 6967 | python-pytest-runner | ||
| 6968 | python-setuptools | 6967 | python-setuptools |
| 6969 | python-wheel)) | 6968 | python-wheel)) |
| 6970 | (propagated-inputs | 6969 | (propagated-inputs |
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 6dab4e415d9..474bf5b337b 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -5823,7 +5823,6 @@ __version_tuple__ = version_tuple = (~a)~%" version version-tuple)))))) | |||
| 5823 | pkg-config | 5823 | pkg-config |
| 5824 | python-cython | 5824 | python-cython |
| 5825 | python-pytest | 5825 | python-pytest |
| 5826 | python-pytest-runner | ||
| 5827 | python-setuptools-scm | 5826 | python-setuptools-scm |
| 5828 | python-setuptools)) | 5827 | python-setuptools)) |
| 5829 | (outputs '("out")) | 5828 | (outputs '("out")) |
| @@ -6471,7 +6470,6 @@ mechanism of @code{dogpile}.") | |||
| 6471 | python-cogapp | 6470 | python-cogapp |
| 6472 | python-pytest | 6471 | python-pytest |
| 6473 | python-pytest-asyncio-0.26 | 6472 | python-pytest-asyncio-0.26 |
| 6474 | python-pytest-runner | ||
| 6475 | python-pytest-timeout | 6473 | python-pytest-timeout |
| 6476 | python-pytest-xdist | 6474 | python-pytest-xdist |
| 6477 | python-setuptools | 6475 | python-setuptools |
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 4dfd670e432..f02fc11b232 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm | |||
| @@ -620,7 +620,6 @@ for fontTools.") | |||
| 620 | (list python-cython | 620 | (list python-cython |
| 621 | python-defcon | 621 | python-defcon |
| 622 | python-pytest | 622 | python-pytest |
| 623 | python-pytest-runner | ||
| 624 | python-setuptools | 623 | python-setuptools |
| 625 | python-setuptools-scm | 624 | python-setuptools-scm |
| 626 | python-wheel | 625 | python-wheel |
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index d4c0541ab3d..4ca68838598 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm | |||
| @@ -1867,10 +1867,7 @@ utilities for data translation and processing.") | |||
| 1867 | ;; This test requires internet access. | 1867 | ;; This test requires internet access. |
| 1868 | '(list "--deselect" "test_shapefile.py::test_reader_url"))) | 1868 | '(list "--deselect" "test_shapefile.py::test_reader_url"))) |
| 1869 | (native-inputs | 1869 | (native-inputs |
| 1870 | (list python-pytest | 1870 | (list python-pytest python-setuptools python-wheel)) |
| 1871 | python-pytest-runner | ||
| 1872 | python-setuptools | ||
| 1873 | python-wheel)) | ||
| 1874 | (home-page "https://github.com/GeospatialPython/pyshp") | 1871 | (home-page "https://github.com/GeospatialPython/pyshp") |
| 1875 | (synopsis "Read/write support for ESRI Shapefile format") | 1872 | (synopsis "Read/write support for ESRI Shapefile format") |
| 1876 | (description | 1873 | (description |
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a85bc930363..aa159da1e9c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -12395,7 +12395,6 @@ advanced image management tool") | |||
| 12395 | intltool | 12395 | intltool |
| 12396 | pkg-config | 12396 | pkg-config |
| 12397 | python-psutil | 12397 | python-psutil |
| 12398 | python-pytest-runner | ||
| 12399 | python-pytest)) | 12398 | python-pytest)) |
| 12400 | (inputs | 12399 | (inputs |
| 12401 | (list bash-minimal ;for wrap-program | 12400 | (list bash-minimal ;for wrap-program |
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 0f43fb9a741..d408caa5c51 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -6698,10 +6698,7 @@ isolation or root privileges.") | |||
| 6698 | (inputs | 6698 | (inputs |
| 6699 | (list singularity)) | 6699 | (list singularity)) |
| 6700 | (native-inputs | 6700 | (native-inputs |
| 6701 | (list python-pytest | 6701 | (list python-pytest python-setuptools python-wheel)) |
| 6702 | python-pytest-runner | ||
| 6703 | python-setuptools | ||
| 6704 | python-wheel)) | ||
| 6705 | (home-page "https://github.com/singularityhub/singularity-cli") | 6702 | (home-page "https://github.com/singularityhub/singularity-cli") |
| 6706 | (synopsis "Singularity Python client") | 6703 | (synopsis "Singularity Python client") |
| 6707 | (description "@code{python-spython} is a Python library to interact with | 6704 | (description "@code{python-spython} is a Python library to interact with |
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 5cf3997e2d0..415b68f601f 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm | |||
| @@ -5569,8 +5569,7 @@ can receive input from a MIDI keyboard.") | |||
| 5569 | (list pkg-config | 5569 | (list pkg-config |
| 5570 | python-gcovr | 5570 | python-gcovr |
| 5571 | python-packaging | 5571 | python-packaging |
| 5572 | python-pytest | 5572 | python-pytest)) |
| 5573 | python-pytest-runner)) | ||
| 5574 | (inputs | 5573 | (inputs |
| 5575 | (list alsa-lib | 5574 | (list alsa-lib |
| 5576 | bash-minimal | 5575 | bash-minimal |
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 769fbef0cc5..8ab0d32f920 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -4791,7 +4791,7 @@ NumPy and does not depend on C++ ROOT.") | |||
| 4791 | (propagated-inputs | 4791 | (propagated-inputs |
| 4792 | (list python-matplotlib python-pandas)) | 4792 | (list python-matplotlib python-pandas)) |
| 4793 | (native-inputs | 4793 | (native-inputs |
| 4794 | (list python-pytest-runner python-setuptools python-wheel)) | 4794 | (list python-setuptools python-wheel)) |
| 4795 | (home-page "https://upsetplot.readthedocs.io") | 4795 | (home-page "https://upsetplot.readthedocs.io") |
| 4796 | (synopsis "Draw UpSet plots with Pandas and Matplotlib") | 4796 | (synopsis "Draw UpSet plots with Pandas and Matplotlib") |
| 4797 | (description | 4797 | (description |
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 31c61bf32d7..10016932f77 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -3413,7 +3413,6 @@ AWS S3 Service using boto3 S3 resource as a driver.") | |||
| 3413 | python-pillow | 3413 | python-pillow |
| 3414 | python-pytest | 3414 | python-pytest |
| 3415 | python-pytest-asyncio | 3415 | python-pytest-asyncio |
| 3416 | python-pytest-runner | ||
| 3417 | python-pyyaml | 3416 | python-pyyaml |
| 3418 | python-rapidjson | 3417 | python-rapidjson |
| 3419 | python-requests | 3418 | python-requests |
| @@ -9746,7 +9745,7 @@ simplified fork of html5lib.") | |||
| 9746 | (propagated-inputs | 9745 | (propagated-inputs |
| 9747 | (list python-tinycss2)) | 9746 | (list python-tinycss2)) |
| 9748 | (native-inputs | 9747 | (native-inputs |
| 9749 | (list python-flit python-pytest-runner)) | 9748 | (list python-flit)) |
| 9750 | (home-page "https://cssselect2.readthedocs.io/") | 9749 | (home-page "https://cssselect2.readthedocs.io/") |
| 9751 | (synopsis "CSS selectors for Python ElementTree") | 9750 | (synopsis "CSS selectors for Python ElementTree") |
| 9752 | (description "@code{cssselect2} is a straightforward implementation of | 9751 | (description "@code{cssselect2} is a straightforward implementation of |
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ead2eb27ebf..a17702fef80 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -3447,8 +3447,7 @@ scipy and numpy of negative binomial maximum likelihood estimation.") | |||
| 3447 | "0523jrzjj29kxpdllmfhrfj9kysi9mphp2m7ippjkn5b07i1g2pd")))) | 3447 | "0523jrzjj29kxpdllmfhrfj9kysi9mphp2m7ippjkn5b07i1g2pd")))) |
| 3448 | (build-system pyproject-build-system) | 3448 | (build-system pyproject-build-system) |
| 3449 | (propagated-inputs (list python-six)) | 3449 | (propagated-inputs (list python-six)) |
| 3450 | (native-inputs (list python-pytest python-pytest-runner | 3450 | (native-inputs (list python-pytest python-setuptools python-wheel)) |
| 3451 | python-setuptools python-wheel)) | ||
| 3452 | (home-page "https://github.com/Chilipp/docrep") | 3451 | (home-page "https://github.com/Chilipp/docrep") |
| 3453 | (synopsis "Python package for docstring repetition") | 3452 | (synopsis "Python package for docstring repetition") |
| 3454 | (description "Docrep is the documentation repetition module. This module | 3453 | (description "Docrep is the documentation repetition module. This module |
| @@ -14201,7 +14200,6 @@ ManimPango is internally used in Manim to render (non-LaTeX) text.") | |||
| 14201 | python-numpy | 14200 | python-numpy |
| 14202 | python-pikepdf | 14201 | python-pikepdf |
| 14203 | python-pytest | 14202 | python-pytest |
| 14204 | python-pytest-runner | ||
| 14205 | python-sphinx | 14203 | python-sphinx |
| 14206 | python-sphinx-rtd-theme)) | 14204 | python-sphinx-rtd-theme)) |
| 14207 | (propagated-inputs | 14205 | (propagated-inputs |
| @@ -22867,8 +22865,10 @@ etc.") | |||
| 22867 | (sha256 | 22865 | (sha256 |
| 22868 | (base32 "1qyxq54r2fbh09ab5sffbxajy8arbk6czxz5lq3ccr9qrypw6w27")))) | 22866 | (base32 "1qyxq54r2fbh09ab5sffbxajy8arbk6czxz5lq3ccr9qrypw6w27")))) |
| 22869 | (build-system pyproject-build-system) | 22867 | (build-system pyproject-build-system) |
| 22870 | (native-inputs (list python-easyprocess python-pytest python-pytest-runner | 22868 | (native-inputs (list python-easyprocess |
| 22871 | python-setuptools python-wheel)) | 22869 | python-pytest |
| 22870 | python-setuptools | ||
| 22871 | python-wheel)) | ||
| 22872 | (home-page "https://github.com/ponty/entrypoint2") | 22872 | (home-page "https://github.com/ponty/entrypoint2") |
| 22873 | (synopsis "Command-line interface for Python modules") | 22873 | (synopsis "Command-line interface for Python modules") |
| 22874 | (description | 22874 | (description |
diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm index 4d54f3830cf..13edd2dd1ac 100644 --- a/gnu/packages/task-management.scm +++ b/gnu/packages/task-management.scm | |||
| @@ -711,7 +711,6 @@ on arbitrary tasks. All the time data is saved in files residing in the | |||
| 711 | (list python-freezegun | 711 | (list python-freezegun |
| 712 | python-hypothesis | 712 | python-hypothesis |
| 713 | python-pytest | 713 | python-pytest |
| 714 | python-pytest-runner | ||
| 715 | python-pytz | 714 | python-pytz |
| 716 | python-setuptools | 715 | python-setuptools |
| 717 | python-wheel)) | 716 | python-wheel)) |
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 17d48549b9b..eda416cd054 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm | |||
| @@ -3280,7 +3280,7 @@ to download videos from Austria's national television broadcaster.") | |||
| 3280 | (lambda _ | 3280 | (lambda _ |
| 3281 | (delete-file-recursively "tests/integration")))))) | 3281 | (delete-file-recursively "tests/integration")))))) |
| 3282 | (native-inputs | 3282 | (native-inputs |
| 3283 | (list python-flit-core python-pytest python-pytest-runner)) | 3283 | (list python-flit-core python-pytest)) |
| 3284 | (inputs (list bash-minimal ffmpeg-5 wget)) | 3284 | (inputs (list bash-minimal ffmpeg-5 wget)) |
| 3285 | (propagated-inputs | 3285 | (propagated-inputs |
| 3286 | (list python-attrs | 3286 | (list python-attrs |
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)) |
