mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
7455a1d041
commit
93099959cb
@@ -136,7 +136,6 @@
|
||||
python-paramiko
|
||||
python-pexpect
|
||||
python-pytest
|
||||
python-pytest-runner
|
||||
python-setuptools-scm
|
||||
tzdata-for-tests
|
||||
python-mock))
|
||||
@@ -1361,9 +1360,9 @@ borgmatic is powered by borg.")
|
||||
(assoc-ref qt:%standard-phases 'qt-wrap)))))
|
||||
(native-inputs
|
||||
(list python-platformdirs
|
||||
python-pytest
|
||||
python-pytest-mock
|
||||
python-pytest-qt
|
||||
python-pytest-runner
|
||||
python-setuptools
|
||||
python-setuptools-git))
|
||||
(inputs
|
||||
|
||||
@@ -7063,7 +7063,6 @@ and v1.1 to v1.2.")
|
||||
(list python-mypy-extensions
|
||||
python-pytest
|
||||
python-pytest-mock
|
||||
python-pytest-runner
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
|
||||
@@ -5656,7 +5656,6 @@ __version_tuple__ = version_tuple = (~a)~%" version version-tuple))))))
|
||||
pkg-config
|
||||
python-cython
|
||||
python-pytest
|
||||
python-pytest-runner
|
||||
python-setuptools-scm
|
||||
python-setuptools))
|
||||
(outputs '("out"))
|
||||
@@ -6304,7 +6303,6 @@ mechanism of @code{dogpile}.")
|
||||
python-cogapp
|
||||
python-pytest
|
||||
python-pytest-asyncio-0.26
|
||||
python-pytest-runner
|
||||
python-pytest-timeout
|
||||
python-pytest-xdist
|
||||
python-setuptools
|
||||
|
||||
@@ -620,7 +620,6 @@ for fontTools.")
|
||||
(list python-cython
|
||||
python-defcon
|
||||
python-pytest
|
||||
python-pytest-runner
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel
|
||||
|
||||
@@ -1799,10 +1799,7 @@ utilities for data translation and processing.")
|
||||
;; This test requires internet access.
|
||||
'(list "--deselect" "test_shapefile.py::test_reader_url")))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-runner
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/GeospatialPython/pyshp")
|
||||
(synopsis "Read/write support for ESRI Shapefile format")
|
||||
(description
|
||||
|
||||
@@ -12240,7 +12240,6 @@ advanced image management tool")
|
||||
intltool
|
||||
pkg-config
|
||||
python-psutil
|
||||
python-pytest-runner
|
||||
python-pytest))
|
||||
(inputs
|
||||
(list bash-minimal ;for wrap-program
|
||||
|
||||
@@ -6858,10 +6858,7 @@ isolation or root privileges.")
|
||||
(inputs
|
||||
(list singularity))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-runner
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/singularityhub/singularity-cli")
|
||||
(synopsis "Singularity Python client")
|
||||
(description "@code{python-spython} is a Python library to interact with
|
||||
|
||||
@@ -5410,8 +5410,7 @@ can receive input from a MIDI keyboard.")
|
||||
(list pkg-config
|
||||
python-gcovr
|
||||
python-packaging
|
||||
python-pytest
|
||||
python-pytest-runner))
|
||||
python-pytest))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
bash-minimal
|
||||
|
||||
@@ -4718,7 +4718,7 @@ NumPy and does not depend on C++ ROOT.")
|
||||
(propagated-inputs
|
||||
(list python-matplotlib python-pandas))
|
||||
(native-inputs
|
||||
(list python-pytest-runner python-setuptools python-wheel))
|
||||
(list python-setuptools python-wheel))
|
||||
(home-page "https://upsetplot.readthedocs.io")
|
||||
(synopsis "Draw UpSet plots with Pandas and Matplotlib")
|
||||
(description
|
||||
|
||||
@@ -3374,7 +3374,6 @@ AWS S3 Service using boto3 S3 resource as a driver.")
|
||||
python-pillow
|
||||
python-pytest
|
||||
python-pytest-asyncio
|
||||
python-pytest-runner
|
||||
python-pyyaml
|
||||
python-rapidjson
|
||||
python-requests
|
||||
@@ -9568,7 +9567,7 @@ simplified fork of html5lib.")
|
||||
(propagated-inputs
|
||||
(list python-tinycss2))
|
||||
(native-inputs
|
||||
(list python-flit python-pytest-runner))
|
||||
(list python-flit))
|
||||
(home-page "https://cssselect2.readthedocs.io/")
|
||||
(synopsis "CSS selectors for Python ElementTree")
|
||||
(description "@code{cssselect2} is a straightforward implementation of
|
||||
|
||||
@@ -3248,8 +3248,7 @@ scipy and numpy of negative binomial maximum likelihood estimation.")
|
||||
"0523jrzjj29kxpdllmfhrfj9kysi9mphp2m7ippjkn5b07i1g2pd"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-six))
|
||||
(native-inputs (list python-pytest python-pytest-runner
|
||||
python-setuptools python-wheel))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/Chilipp/docrep")
|
||||
(synopsis "Python package for docstring repetition")
|
||||
(description "Docrep is the documentation repetition module. This module
|
||||
@@ -13998,7 +13997,6 @@ ManimPango is internally used in Manim to render (non-LaTeX) text.")
|
||||
python-numpy
|
||||
python-pikepdf
|
||||
python-pytest
|
||||
python-pytest-runner
|
||||
python-sphinx
|
||||
python-sphinx-rtd-theme))
|
||||
(propagated-inputs
|
||||
@@ -22655,8 +22653,10 @@ etc.")
|
||||
(sha256
|
||||
(base32 "1qyxq54r2fbh09ab5sffbxajy8arbk6czxz5lq3ccr9qrypw6w27"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-easyprocess python-pytest python-pytest-runner
|
||||
python-setuptools python-wheel))
|
||||
(native-inputs (list python-easyprocess
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/ponty/entrypoint2")
|
||||
(synopsis "Command-line interface for Python modules")
|
||||
(description
|
||||
|
||||
@@ -711,7 +711,6 @@ on arbitrary tasks. All the time data is saved in files residing in the
|
||||
(list python-freezegun
|
||||
python-hypothesis
|
||||
python-pytest
|
||||
python-pytest-runner
|
||||
python-pytz
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
|
||||
@@ -3264,7 +3264,7 @@ to download videos from Austria's national television broadcaster.")
|
||||
(lambda _
|
||||
(delete-file-recursively "tests/integration"))))))
|
||||
(native-inputs
|
||||
(list python-flit-core python-pytest python-pytest-runner))
|
||||
(list python-flit-core python-pytest))
|
||||
(inputs (list bash-minimal ffmpeg-5 wget))
|
||||
(propagated-inputs
|
||||
(list python-attrs
|
||||
|
||||
@@ -1220,7 +1220,7 @@ private network between hosts on the internet.")
|
||||
;; For tests only.
|
||||
python-hatchling
|
||||
python-mock
|
||||
python-pytest-runner
|
||||
python-pytest
|
||||
;; For documentation only.
|
||||
python-sphinx
|
||||
texinfo))
|
||||
|
||||
Reference in New Issue
Block a user