15
0

Accepting request 813213 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/813213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cassandra-driver?expand=0&rev=16
This commit is contained in:
2020-06-11 08:08:10 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 10 10:41:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- replace nose
-------------------------------------------------------------------
Wed Apr 22 10:05:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -33,7 +33,6 @@ BuildRequires: %{python_module eventlet}
BuildRequires: %{python_module geomet >= 0.1}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pure-sasl}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module scales}
@@ -87,7 +86,7 @@ export CASS_DRIVER_NO_EXTENSIONS=1
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_expand PYTHONPATH="$(pwd)" nosetests-%{$python_version} -v
%python_expand PYTHONPATH="$(pwd)" $python -m unittest discover -v
%files %{python_files}
%license LICENSE