[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
81/299: gnu: python-rdflib-6: Disable one test.
From: |
guix-commits |
Subject: |
81/299: gnu: python-rdflib-6: Disable one test. |
Date: |
Mon, 13 Jan 2025 07:30:19 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit d8403fb0e192e4bf1f850c0b8c166bb06ebd02be
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 27 21:38:51 2024 +0100
gnu: python-rdflib-6: Disable one test.
* gnu/packages/rdf.scm (python-rdflib-6)[arguments]: Disable one additional
test.
Change-Id: Ifcfe1b11d09299e219499ea77f792ca41aa02d9c
---
gnu/packages/rdf.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 0a04f01cb8..c446b099ea 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -388,7 +388,9 @@ powerful language for representing information.")
"--ignore=test/test_misc/test_plugins.py"
;; Unknown causes
"--ignore=rdflib/__init__.py"
- "--ignore=test/test_misc/test_parse_file_guess_format.py")))
+ "--ignore=test/test_misc/test_parse_file_guess_format.py"
+ ;; Exceeds maximum recursion depth
+ "-k" "not test_literal_addsub")))
(native-inputs
(list python-poetry-core python-pytest python-pytest-cov))
(propagated-inputs
- 26/299: gnu: python-webcolors: Update to 24.11.1., (continued)
- 26/299: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2025/01/13
- 43/299: gnu: python-starlette: Update to 0.42.0., guix-commits, 2025/01/13
- 45/299: gnu: python-pydevd: Disable CI tests., guix-commits, 2025/01/13
- 46/299: gnu: python-dnspython: Update to 2.7.0., guix-commits, 2025/01/13
- 57/299: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2025/01/13
- 58/299: gnu: python-dulwich: Update to 0.21.7., guix-commits, 2025/01/13
- 62/299: gnu: macs-3: Add missing input., guix-commits, 2025/01/13
- 68/299: gnu: python-babel: Update to 2.16.0., guix-commits, 2025/01/13
- 70/299: gnu: python-markdown2: Update to 2.5.2., guix-commits, 2025/01/13
- 74/299: gnu: fava: Update to 1.27., guix-commits, 2025/01/13
- 81/299: gnu: python-rdflib-6: Disable one test.,
guix-commits <=
- 89/299: gnu: python-pyopenssl: Update to 24.3.0., guix-commits, 2025/01/13
- 91/299: gnu: python-trio-typing: Update to 0.10.0., guix-commits, 2025/01/13
- 99/299: gnu: python-tables: Fix reference to library., guix-commits, 2025/01/13
- 96/299: gnu: python-openapi-schema-validator: Relax requirements., guix-commits, 2025/01/13
- 101/299: gnu: python-matrix-nio: Use test-flags., guix-commits, 2025/01/13
- 18/299: gnu: Add python-packaging-legacy., guix-commits, 2025/01/13
- 86/299: gnu: python-traittypes: Fix tests., guix-commits, 2025/01/13
- 88/299: gnu: python-cryptography: Update to 44.0.0., guix-commits, 2025/01/13
- 90/299: gnu: python-trio: Update to 0.28.0., guix-commits, 2025/01/13
- 87/299: gnu: python-cryptography-vectors: Update to 44.0.0., guix-commits, 2025/01/13