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 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