guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6b718523a878b88f633b4794b9ccf522d5e94d4f
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 17:05:52 2026 +0100
gnu: packages: Remove some comments.
The previous commit removed some packages without proper handling of
comments. This commit correct those comments.
* gnu/packages/django.scm
(python-django-extensions, python-django-cleanup): Correct comments.
* gnu/packages/jupyter.scm (python-ipykernel-7): Likewise.
* gnu/packages/python-check.scm
(python-hypothesmith, python-pytest-celery): Likewise.
* gnu/packages/python-xyz.scm
(python-mir-eval, python-click-repl, python-nb-clean): Likewise.
* gnu/packages/statistics.scm (python-dcor): Likewise.
Change-Id: I1ee52361f627a71716c20ccff3a0cd1678a00b7d
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/django.scm | 4 ++--
gnu/packages/jupyter.scm | 2 +-
gnu/packages/python-check.scm | 8 ++++----
gnu/packages/python-xyz.scm | 6 +++---
gnu/packages/statistics.scm | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 93291d786d..428fd01832 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -419,7 +419,7 @@ and adapters that are useful for non-trivial configuration
scenarios.")
(list python-aiosmtpd
python-factory-boy
python-pygments
- python-pytest ; runs by default
+ python-pytest
python-pytest-django
python-setuptools
python-shortuuid
@@ -2142,7 +2142,7 @@ templates and not in python-level form definitions.")
(base32 "02ipa8d8ndnj8bs4dqhk03id4vmrvyr25vkpfqcfhmwipbhx8dc0"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest ; runs by default
+ (list python-pytest
python-pytest-django
python-setuptools
python-wheel))
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 5f955e7926..ffc7acd909 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -174,7 +174,7 @@ simulation, statistical modeling, machine learning and much
more.")
python-hatchling
python-ipyparallel-bootstrap
python-pytest
- python-pytest-asyncio-0.26 ;some tests fail with v1
+ python-pytest-asyncio-0.26
python-pytest-timeout))
(home-page "https://ipython.org")
(synopsis "IPython Kernel for Jupyter")
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 95ebbe6dcc..ca2858a613 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1463,7 +1463,7 @@ Python software under test, when they make an HTTP
query.")
;; XXX: Python/Black versions not as expected.
" and not test_black_autoformatter_from_grammar"))))
(native-inputs
- (list python-black ;hard requirements to run tests
+ (list python-black ;hard requirements to run tests
python-parso
python-pytest
python-pytest-xdist
@@ -2526,10 +2526,10 @@ functions.")
"-k" "not rabbit and not redis")))
(native-inputs
(list python-celery-minimal
- python-memcached ;optional dependency, needed for tests
+ python-memcached ;optional dependency, needed for tests
python-poetry-core
- python-pytest ;coverage options in pyproject.toml
- python-redis ;optional dependency, needed for tests
+ python-pytest
+ python-redis ;optional dependency, needed for tests
python-requests)) ;for python-docker
(propagated-inputs
(list python-psutil
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3d295d55c9..d9681e0d64 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7888,7 +7888,7 @@ server.")
(chdir "tests"))))))
(propagated-inputs (list python-decorator python-numpy python-scipy))
(native-inputs (list python-matplotlib
- python-pytest ; used by default
+ python-pytest
python-pytest-mpl
python-setuptools
python-wheel))
@@ -9556,7 +9556,7 @@ decorator for retrying on exceptions.")
(sha256
(base32 "08asy80wdplbrfff7q7qb9k3kkaw5jxqvy9jnkfvsqy3831zf964"))))
(build-system pyproject-build-system)
- (native-inputs (list python-pytest ; used by default
+ (native-inputs (list python-pytest
python-setuptools
python-wheel))
(propagated-inputs
@@ -18138,7 +18138,7 @@ Jupyter Notebook format and Python APIs for working
with notebooks.")
(base32 "1pa4m1qn7gx77lg3vy7y7vlyl45cg9ai9z93ds9ax108mbnrbdw7"))))
(build-system pyproject-build-system)
(native-inputs (list python-poetry-core
- python-pytest ; runs by default
+ python-pytest
python-pytest-mock))
(propagated-inputs (list python-nbformat))
(home-page "https://github.com/srstevenson/nb-clean")
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 807b82ae6c..ab43ccd242 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -685,7 +685,7 @@ and a lot more.")
#:test-flags #~(list "-o" "addopts=''")))
(native-inputs
(list python-array-api-strict
- python-pytest ;test collection fails without
+ python-pytest
python-setuptools))
(propagated-inputs
(list python-array-api-compat