forked from pool/python-SQLAlchemy-Utils
Accepting request 971067 from home:pgajdos:python
- do not require python-mock for build OBS-URL: https://build.opensuse.org/request/show/971067 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=71
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 20 08:53:17 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- do not require python-mock for build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 1 08:30:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -37,7 +37,6 @@ BuildRequires: %{python_module docutils >= 0.10}
|
||||
BuildRequires: %{python_module flexmock >= 0.9.7}
|
||||
BuildRequires: %{python_module furl >= 0.4.1}
|
||||
BuildRequires: %{python_module intervals >= 0.7.1}
|
||||
BuildRequires: %{python_module mock >= 2.0.0}
|
||||
BuildRequires: %{python_module passlib >= 1.6}
|
||||
BuildRequires: %{python_module pendulum >= 2.0.5}
|
||||
BuildRequires: %{python_module phonenumbers >= 5.9.2}
|
||||
@@ -83,6 +82,8 @@ Various utility functions and custom data types for SQLAlchemy.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# https://github.com/kvesteri/sqlalchemy-utils/issues/594
|
||||
sed -i 's:import mock:from unittest import mock:' tests/types/test_password.py
|
||||
# needs running pgsql / mssql / mysql
|
||||
rm tests/test_asserts.py
|
||||
rm tests/test_translation_hybrid.py
|
||||
|
||||
Reference in New Issue
Block a user