File: Mark-test_matrix-as-xfail.patch

package info (click to toggle)
iminuit 2.11.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,780 kB
  • sloc: cpp: 24,851; python: 6,975; makefile: 18
file content (22 lines) | stat: -rw-r--r-- 635 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Ole Streicher <olebole@debian.org>
Date: Fri, 17 Feb 2023 17:01:04 +0100
Subject: Mark test_matrix as xfail

This one fails on i386.
https://github.com/scikit-hep/iminuit/issues/840
---
 tests/test_tabulate.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_tabulate.py b/tests/test_tabulate.py
index b3a7df4..76741db 100644
--- a/tests/test_tabulate.py
+++ b/tests/test_tabulate.py
@@ -26,6 +26,7 @@ def test_params():
     )
 
 
+@pytest.mark.xfail(reason="https://github.com/scikit-hep/iminuit/issues/840")
 def test_matrix():
     m = Minuit(lambda x, y: x**2 + (y / 2) ** 2 + 1, x=0, y=0)
     m.errordef = 1