diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7ac8deef99..63c9dbd161 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -38341,7 +38341,9 @@ these linters: @code{pycodestlye}, @code{pyflakes}") (arguments (list #:test-flags #~(list "--durations=10" - "--ignore=tests/integration/test_dev_server.py") + "--ignore=tests/integration/test_dev_server.py" + ;; Assertion fails in diff of HTML template. + "-k" "not test_compiling_markdown") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'fix-pytest-config |