- drop unnecessary test dependencies to chai (it uses pytest now)

argument to the Arrow constructor.
  * Updated Turkish locale and added tests.
- new version needs pytest instead of nose

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=61
This commit is contained in:
Dirk Mueller 2023-09-12 11:06:43 +00:00 committed by Git OBS Bridge
parent bdebf88f24
commit 1ed79b9c7a
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 12 11:06:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- drop unnecessary test dependencies to chai (it uses pytest now)
-------------------------------------------------------------------
Fri Apr 21 12:21:59 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -40,7 +40,6 @@ Requires: python-python-dateutil >= 2.7.0
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module arrow == %{version}}
BuildRequires: %{python_module chai}
BuildRequires: %{python_module dateparser}
BuildRequires: %{python_module dateutil >= 2.7.0}
BuildRequires: %{python_module pytest-mock}