mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 07:00:37 +02:00
gnu: python-rdflib-6: Disable one test.
* gnu/packages/rdf.scm (python-rdflib-6)[arguments]: Disable one additional test. Change-Id: Ifcfe1b11d09299e219499ea77f792ca41aa02d9c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user