mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
3b4ee954db
commit
76d6d3d4f3
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue