Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-SQLAlchemy for 
openSUSE:Factory checked in at 2021-01-22 21:50:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy (Old)
 and      /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-SQLAlchemy"

Fri Jan 22 21:50:04 2021 rev:81 rq:865059 version:1.3.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes      
2021-01-15 19:45:05.845920806 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy.new.28504/python-SQLAlchemy.changes
   2021-01-22 21:50:21.605681961 +0100
@@ -1,0 +2,5 @@
+Wed Jan 20 12:21:49 UTC 2021 - John Vandenberg <jay...@gmail.com>
+
+- Skip one failing test on Python 3.6
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-SQLAlchemy.spec ++++++
--- /var/tmp/diff_new_pack.qvrErd/_old  2021-01-22 21:50:22.293682937 +0100
+++ /var/tmp/diff_new_pack.qvrErd/_new  2021-01-22 21:50:22.297682943 +0100
@@ -36,6 +36,7 @@
 Provides:       python-sqlalchemy = %{version}
 Obsoletes:      python-sqlalchemy < %{version}
 # SECTION test requirements
+BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest >= 4.4.0}
 BuildRequires:  %{python_module pytest-xdist}
 # /SECTION
@@ -78,7 +79,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%pytest_arch -n auto
+# One test fails on Python 3.6
+# packaging.version.InvalidVersion: Invalid version: 'SQLAlchemy'
+%pytest_arch -n auto -k 'not (test_parseconnect and CreateEngineTest and 
test_bad_args)'
 
 %files %{python_files}
 %license LICENSE

Reply via email to