Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cassandra-driver for 
openSUSE:Factory checked in at 2021-03-08 15:18:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cassandra-driver (Old)
 and      /work/SRC/openSUSE:Factory/.python-cassandra-driver.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cassandra-driver"

Mon Mar  8 15:18:50 2021 rev:17 rq:877566 version:3.23.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-cassandra-driver/python-cassandra-driver.changes
  2020-06-11 10:08:42.487934908 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cassandra-driver.new.2378/python-cassandra-driver.changes
        2021-03-08 15:20:47.038093639 +0100
@@ -1,0 +2,7 @@
+Fri Mar  5 13:19:07 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Switch off failing tests test_nts_token_performance and
+  test_connection_initialization
+  (https://datastax-oss.atlassian.net/browse/PYTHON-1273, bsc#1182585).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-cassandra-driver.spec ++++++
--- /var/tmp/diff_new_pack.pRpAb3/_old  2021-03-08 15:20:47.610094058 +0100
+++ /var/tmp/diff_new_pack.pRpAb3/_new  2021-03-08 15:20:47.610094058 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cassandra-driver
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,7 @@
 BuildRequires:  %{python_module gevent}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pure-sasl}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module scales}
 BuildRequires:  %{python_module setuptools}
@@ -86,7 +87,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%python_expand PYTHONPATH="$(pwd)" $python -m unittest discover -v
+# https://datastax-oss.atlassian.net/browse/PYTHON-1273
+%pytest -k 'not (test_connection_initialization or test_nts_token_performance)'
 
 %files %{python_files}
 %license LICENSE

Reply via email to