This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 11f9ab1d82 gnu: python-jupytext: Fix tests.
11f9ab1d82 is described below

commit 11f9ab1d82fba93f02bb4c2f96a08f580381b189
Author: Greg Hogan <[email protected]>
AuthorDate: Mon Dec 29 17:34:28 2025 +0000

    gnu: python-jupytext: Fix tests.
    
    * gnu/packages/jupyter.scm (python-jupytext)
    [arguments]<#:tests-flags>: Deselect additional test.
    
    Change-Id: Ic65500b6e5d9da2644bdbb16c6ceae0e573a7936
---
 gnu/packages/jupyter.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 2c540fc208..3552180596 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -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

Reply via email to