From f30d388ae698f96bf462f3cce1f2d7ef0683df29 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 17:05:52 +0100 Subject: 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 --- gnu/packages/python-check.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 879ed3831c..df022cd950 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 @@ -2620,10 +2620,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 -- cgit v1.3