diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-10-28 10:03:16 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-28 17:53:20 -0700 |
| commit | a06cb562830b68fa11022090086531222c2b18f7 (patch) | |
| tree | 687269405f0f59af602c37cffcff8c7298cffc37 /meta-python/recipes-devtools/python/python3-whoosh | |
| parent | 497cb3d70ee585b33e89ea78a34b5a7a3b0b730e (diff) | |
| download | meta-openembedded-a06cb562830b68fa11022090086531222c2b18f7.tar.gz | |
python3-whoosh: Remove
This package is unmaintained upstream, and has no
new releases since 2016, now it does not build with python 3.13
since it needs cgi module which has been removed in 3.13+
if we still need this functionality
then something like whoosh-reloaded might be better
https://pypi.org/project/Whoosh-Reloaded/
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-whoosh')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-whoosh/0001-Mark-non-determinstic-test_minimize_dfa-test-as-XFAI.patch | 29 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-whoosh/run-ptest | 3 |
2 files changed, 0 insertions, 32 deletions
diff --git a/meta-python/recipes-devtools/python/python3-whoosh/0001-Mark-non-determinstic-test_minimize_dfa-test-as-XFAI.patch b/meta-python/recipes-devtools/python/python3-whoosh/0001-Mark-non-determinstic-test_minimize_dfa-test-as-XFAI.patch deleted file mode 100644 index 91fea24524..0000000000 --- a/meta-python/recipes-devtools/python/python3-whoosh/0001-Mark-non-determinstic-test_minimize_dfa-test-as-XFAI.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From ede95a4f4487b4fc3cad8452ae388376966fca0e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Chris Lamb <lamby@debian.org> | ||
| 3 | Date: Fri, 5 Apr 2019 15:48:23 +0200 | ||
| 4 | Subject: [PATCH] Mark non-determinstic test_minimize_dfa test as XFAIL | ||
| 5 | |||
| 6 | Sourced from Debian [1] | ||
| 7 | [1] https://sources.debian.org/src/python-whoosh/2.7.4%2Bgit6-g9134ad92-8/debian/patches/0003-Mark-non-determinstic-test_minimize_dfa-test-as-XFAI.patch/ | ||
| 8 | |||
| 9 | Upstream-Status: Pending | ||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 11 | --- | ||
| 12 | tests/test_automata.py | 1 + | ||
| 13 | 1 file changed, 1 insertion(+) | ||
| 14 | |||
| 15 | diff --git a/tests/test_automata.py b/tests/test_automata.py | ||
| 16 | index daab96c..7031dc3 100644 | ||
| 17 | --- a/tests/test_automata.py | ||
| 18 | +++ b/tests/test_automata.py | ||
| 19 | @@ -327,6 +327,7 @@ def test_regular(): | ||
| 20 | assert not ex.accept("bc") | ||
| 21 | |||
| 22 | |||
| 23 | +@pytest.mark.xfail(strict=False) | ||
| 24 | def test_minimize_dfa(): | ||
| 25 | # Example from www.cs.odu.edu/~toida/nerzic/390teched/regular/fa/min-fa.html | ||
| 26 | |||
| 27 | -- | ||
| 28 | 2.44.0 | ||
| 29 | |||
diff --git a/meta-python/recipes-devtools/python/python3-whoosh/run-ptest b/meta-python/recipes-devtools/python/python3-whoosh/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta-python/recipes-devtools/python/python3-whoosh/run-ptest +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | pytest --automake | ||
