summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index de33e62ee3e..5ad4346b95a 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.")
1463 ;; XXX: Python/Black versions not as expected. 1463 ;; XXX: Python/Black versions not as expected.
1464 " and not test_black_autoformatter_from_grammar")))) 1464 " and not test_black_autoformatter_from_grammar"))))
1465 (native-inputs 1465 (native-inputs
1466 (list python-black ;hard requirements to run tests 1466 (list python-black ;hard requirements to run tests
1467 python-parso 1467 python-parso
1468 python-pytest 1468 python-pytest
1469 python-pytest-xdist 1469 python-pytest-xdist
@@ -2577,10 +2577,10 @@ functions.")
2577 "-k" "not rabbit and not redis"))) 2577 "-k" "not rabbit and not redis")))
2578 (native-inputs 2578 (native-inputs
2579 (list python-celery-minimal 2579 (list python-celery-minimal
2580 python-memcached ;optional dependency, needed for tests 2580 python-memcached ;optional dependency, needed for tests
2581 python-poetry-core 2581 python-poetry-core
2582 python-pytest ;coverage options in pyproject.toml 2582 python-pytest
2583 python-redis ;optional dependency, needed for tests 2583 python-redis ;optional dependency, needed for tests
2584 python-requests)) ;for python-docker 2584 python-requests)) ;for python-docker
2585 (propagated-inputs 2585 (propagated-inputs
2586 (list python-psutil 2586 (list python-psutil