~ruther/guix-local

11f9ab1d82fba93f02bb4c2f96a08f580381b189 — Greg Hogan a month ago 6a483ed
gnu: python-jupytext: Fix tests.

* gnu/packages/jupyter.scm (python-jupytext)
[arguments]<#:tests-flags>: Deselect additional test.

Change-Id: Ic65500b6e5d9da2644bdbb16c6ceae0e573a7936
1 files changed, 5 insertions(+), 2 deletions(-)

M gnu/packages/jupyter.scm
M gnu/packages/jupyter.scm => gnu/packages/jupyter.scm +5 -2
@@ 219,7 219,7 @@ simulation, statistical modeling, machine learning and much more.")
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 4017 passed, 173 skipped, 2 deselected, 1 warning
      ;; tests: 4016 passed, 173 skipped, 3 deselected, 1 warning
      #:test-flags
      #~(list
         ;; Requires git.


@@ 231,7 231,10 @@ simulation, statistical modeling, machine learning and much more.")
                        "::test_check_source_is_newer_when_using_jupytext_to")
         ;; Failed: DID NOT RAISE <class 'jupytext.cli.SynchronousModificationError'>.
         (string-append "--deselect=tests/functional/cli/test_synchronous_changes.py"
                        "::test_jupytext_to_raises_on_synchronous_edits"))
                        "::test_jupytext_to_raises_on_synchronous_edits")
         ;; Failed: DID NOT RAISE <class 'jupytext.cli.SynchronousModificationError'>.
         (string-append "--deselect=tests/functional/cli/test_synchronous_changes.py"
                        "::test_jupytext_sync_raises_on_synchronous_edits"))
      #:phases
      #~(modify-phases %standard-phases
          (add-before 'check 'pre-check