[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/57: gnu: python-pydantic-2: Ignore sensitive tests.
From: |
guix-commits |
Subject: |
53/57: gnu: python-pydantic-2: Ignore sensitive tests. |
Date: |
Mon, 22 Apr 2024 05:36:34 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d6af13222e09d5db87bea29f1fee3eee895d8ec0
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
- 23/57: gnu: r-testthat: Update to 3.2.1.1., (continued)
- 23/57: gnu: r-testthat: Update to 3.2.1.1., guix-commits, 2024/04/22
- 16/57: gnu: r-butcher: Update to 0.3.4., guix-commits, 2024/04/22
- 50/57: gnu: python-xarray-dataclasses: Add missing test input., guix-commits, 2024/04/22
- 28/57: gnu: r-alevinqc: Update to 1.18.1., guix-commits, 2024/04/22
- 46/57: gnu: Add python-pytest-next., guix-commits, 2024/04/22
- 20/57: gnu: r-tensorflow: Update to 2.16.0., guix-commits, 2024/04/22
- 15/57: gnu: r-dunn-test: Update to 1.3.6., guix-commits, 2024/04/22
- 30/57: gnu: r-bayseq: Update to 2.36.2., guix-commits, 2024/04/22
- 29/57: gnu: r-gsva: Update to 1.50.5., guix-commits, 2024/04/22
- 08/57: gnu: r-argparse: Update to 2.2.3., guix-commits, 2024/04/22
- 53/57: gnu: python-pydantic-2: Ignore sensitive tests.,
guix-commits <=
- 45/57: gnu: python-contourpy: Update to 1.1.1., guix-commits, 2024/04/22
- 51/57: gnu: python-zarr: Update to 2.17.2., guix-commits, 2024/04/22
- 44/57: gnu: python-openpyxl: Update to 3.0.10., guix-commits, 2024/04/22
- 48/57: gnu: python-pandas-2: Skip expensive tests., guix-commits, 2024/04/22
- 22/57: gnu: r-crul: Update to 1.4.2., guix-commits, 2024/04/22
- 43/57: gnu: python-pytest-xdist: Use pyproject-build-system., guix-commits, 2024/04/22
- 09/57: gnu: r-ggeffects: Update to 1.5.2., guix-commits, 2024/04/22
- 31/57: gnu: Add python-cyvcf2., guix-commits, 2024/04/22
- 11/57: gnu: r-optparse: Update to 1.7.5., guix-commits, 2024/04/22
- 38/57: gnu: Add python-pims., guix-commits, 2024/04/22