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:
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user