forked from pool/python-pony
- Do not run test_json, it fails with sqlite 3.45 gh#ponyorm/pony#704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=26
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>
|
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
|
License: Apache-2.0
|
||||||
URL: https://ponyorm.com
|
URL: https://ponyorm.com
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module base}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{pythons}
|
BuildRequires: %{python_module sqlite3}
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -55,6 +56,8 @@ dos2unix README.md
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%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'
|
%pyunittest discover -v pony/orm/tests -p 'test_*.py'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Reference in New Issue
Block a user