Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aspectlib for
openSUSE:Factory checked in at 2021-12-13 20:41:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aspectlib (Old)
and /work/SRC/openSUSE:Factory/.python-aspectlib.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aspectlib"
Mon Dec 13 20:41:45 2021 rev:5 rq:940015 version:1.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aspectlib/python-aspectlib.changes
2021-02-16 22:35:20.401565936 +0100
+++
/work/SRC/openSUSE:Factory/.python-aspectlib.new.2520/python-aspectlib.changes
2021-12-13 20:45:57.268496530 +0100
@@ -1,0 +2,6 @@
+Sat Dec 11 15:47:05 UTC 2021 - Ben Greiner <[email protected]>
+
+- Skip two failing tests in python310
+ gh#ionelmc/python-aspectlib#24
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aspectlib.spec ++++++
--- /var/tmp/diff_new_pack.coSIw5/_old 2021-12-13 20:45:57.812496597 +0100
+++ /var/tmp/diff_new_pack.coSIw5/_new 2021-12-13 20:45:57.816496598 +0100
@@ -63,11 +63,14 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest --ignore=src
+# gh#ionelmc/python-aspectlib#24
+python310_extraargs=("-k" "not (test_story and play_proxy_class)")
+%pytest --ignore=src "${$python_extraargs[@]}"
%files %{python_files}
%license LICENSE
%doc AUTHORS.rst CHANGELOG.rst README.rst
-%{python_sitelib}/*
+%{python_sitelib}/aspectlib
+%{python_sitelib}/aspectlib-%{version}*-info
%changelog