diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 17:05:52 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:22 +0100 |
| commit | f30d388ae698f96bf462f3cce1f2d7ef0683df29 (patch) | |
| tree | 5155fa96a9bce2af3c087085a86197be7813a808 /gnu/packages/python-check.scm | |
| parent | 8b51a0cc1a4b0431805aa17826f0e2fff1050a65 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
