summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-05-09 16:27:47 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:19:32 +0100
commitda3f6161aea6657d82d9986b41c2d5310f6e0d2c (patch)
tree50e0e4eb5698d0671a387d3c193110d716f36de8 /gnu/packages
parentb6ff715c08b399e5034e14483140ec5c4fc5602e (diff)
gnu: python-cloudpathlib: Fix tests.
* gnu/packages/python-web.scm (python-cloudpathlib) [native-inputs]: Add python-pytest-reportlog. Change-Id: Idbed220d538b51eabc1e8860b9658603a7f0b758 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fd3a0390c11..8d8d8f8aa3f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -578,6 +578,7 @@ and JSON.
578 python-pydantic 578 python-pydantic
579 python-pytest 579 python-pytest
580 python-pytest-cases 580 python-pytest-cases
581 python-pytest-reportlog
581 python-pytest-xdist 582 python-pytest-xdist
582 python-shortuuid 583 python-shortuuid
583 python-tenacity)) 584 python-tenacity))