SHA256
1
0
forked from pool/python-arrow

Accepting request 1110582 from devel:languages:python

- 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/request/show/1110582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=28
This commit is contained in:
Ana Guerrero 2023-09-13 18:43:17 +00:00 committed by Git OBS Bridge
commit 0f84a20f43
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}