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.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index cc1dbee9c84..eb69e263f77 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -367,7 +367,7 @@ Python with a fluent API.")
367 (build-system pyproject-build-system) 367 (build-system pyproject-build-system)
368 (arguments (list #:build-backend "pdm.backend")) 368 (arguments (list #:build-backend "pdm.backend"))
369 (native-inputs 369 (native-inputs
370 (list python-pytest python-pdm-backend python-sybil python-pytest-cov)) 370 (list python-pytest python-pdm-backend python-sybil))
371 (home-page "https://public.readthedocs.io/") 371 (home-page "https://public.readthedocs.io/")
372 (synopsis "@code{@@public} decorator for populating @code{__all__}") 372 (synopsis "@code{@@public} decorator for populating @code{__all__}")
373 (description 373 (description
@@ -5184,7 +5184,6 @@ files using JSON Schema.")
5184 python-httplib2 5184 python-httplib2
5185 python-httpx 5185 python-httpx
5186 python-pytest 5186 python-pytest
5187 python-pytest-cov
5188 python-pytest-aiohttp 5187 python-pytest-aiohttp
5189 python-pytest-asyncio 5188 python-pytest-asyncio
5190 python-pytest-httpbin 5189 python-pytest-httpbin