14
0
forked from pool/python-pony

Accepting request 1164571 from devel:languages:python

- Do not run test_json, it fails with sqlite 3.45 gh#ponyorm/pony#704

OBS-URL: https://build.opensuse.org/request/show/1164571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=12
This commit is contained in:
2024-04-04 20:27:01 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 4 11:06:06 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Do not run test_json, it fails with sqlite 3.45 gh#ponyorm/pony#704
-------------------------------------------------------------------
Fri Feb 16 16:52:02 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -25,8 +25,9 @@ Summary: Pony Object-Relational Mapper
License: Apache-2.0
URL: https://ponyorm.com
Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz
BuildRequires: %{python_module base}
BuildRequires: %{python_module setuptools}
BuildRequires: %{pythons}
BuildRequires: %{python_module sqlite3}
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -55,6 +56,8 @@ dos2unix README.md
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# test_json fails with sqlite 3.45 gh#ponyorm/pony#704
rm pony/orm/tests/test_json.py
%pyunittest discover -v pony/orm/tests -p 'test_*.py'
%files %{python_files}