From bb456b2c61689dde705c863ace5bf1346a758459838d0541e6b32d6ad3477c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 10 Jun 2020 11:47:22 +0000 Subject: [PATCH] Accepting request 813183 from home:mcalabkova:branches:devel:languages:python - replace nose OBS-URL: https://build.opensuse.org/request/show/813183 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=39 --- python-cassandra-driver.changes | 5 +++++ python-cassandra-driver.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-cassandra-driver.changes b/python-cassandra-driver.changes index bf470a1..2a0bf4b 100644 --- a/python-cassandra-driver.changes +++ b/python-cassandra-driver.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 10 10:41:08 UTC 2020 - Marketa Calabkova + +- replace nose + ------------------------------------------------------------------- Wed Apr 22 10:05:27 UTC 2020 - Tomáš Chvátal diff --git a/python-cassandra-driver.spec b/python-cassandra-driver.spec index f6ef353..ec012e0 100644 --- a/python-cassandra-driver.spec +++ b/python-cassandra-driver.spec @@ -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