forked from pool/python-cassandra-driver
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user