guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-pandas-upgrade updated: gnu: python-pydantic-2: Ignore sensit


From: guix-commits
Subject: branch wip-pandas-upgrade updated: gnu: python-pydantic-2: Ignore sensitive tests.
Date: Sat, 20 Apr 2024 18:30:14 -0400

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

rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.

The following commit(s) were added to refs/heads/wip-pandas-upgrade by this 
push:
     new 85cb76e237 gnu: python-pydantic-2: Ignore sensitive tests.
85cb76e237 is described below

commit 85cb76e237ce26f101a095536b9c334a38938d47
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Apr 21 00:28:46 2024 +0200

    gnu: python-pydantic-2: Ignore sensitive tests.
    
    * gnu/packages/python-xyz.scm (python-pydantic-2)[arguments]: Ignore north
    star tests.
    
    Change-Id: Ic305f95f8d1399a4d777dad35fcee9e28f16c907
---
 gnu/packages/python-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a0f3bb72be..4996bdce0f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7603,6 +7603,9 @@ errors when data is invalid.")
     (arguments
      (list
        #:test-flags #~(list "--ignore=tests/test_docs.py"   ; no 
pytest_examples
+                            ;; These tests include hashes that keep changing 
depending on
+                            ;; package versions.
+                            "--ignore=tests/benchmarks/test_north_star.py"
                             ;; need python-email-validator >= 2.0.0
                             "-k not test_fastapi_startup_perf")
        #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]