File: 0003-Mark-non-determinstic-test_minimize_dfa-test-as-XFAI.patch

package info (click to toggle)
python-whoosh 2.7.4%2Bgit6-g9134ad92-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,648 kB
  • sloc: python: 38,517; makefile: 118
file content (20 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Chris Lamb <lamby@debian.org>
Date: Fri, 5 Apr 2019 15:48:23 +0200
Subject: Mark non-determinstic test_minimize_dfa test as XFAIL

---
 tests/test_automata.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_automata.py b/tests/test_automata.py
index daab96c..7031dc3 100644
--- a/tests/test_automata.py
+++ b/tests/test_automata.py
@@ -327,6 +327,7 @@ def test_regular():
     assert not ex.accept("bc")
 
 
+@pytest.mark.xfail(strict=False)
 def test_minimize_dfa():
     # Example from www.cs.odu.edu/~toida/nerzic/390teched/regular/fa/min-fa.html