guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6c6579194c9e0743b3e0c458a17d3fdd814ddaff
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 5b76930d2f..222ae89323 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -418,7 +418,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
@@ -2108,7 +2108,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 47aceefb46..dd0f3b50cc 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 296fde6e56..ddbe8b1937 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1437,7 +1437,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
@@ -2500,10 +2500,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 aa853804ee..8e2430c2a0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7832,7 +7832,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))
@@ -9500,7 +9500,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
@@ -18082,7 +18082,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 8ac898ae72..08713c0c45 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -689,7 +689,7 @@ and a lot more.")
(("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