Hello community,

here is the log from the commit of package python-pytest-cov for 
openSUSE:Factory checked in at 2019-12-11 12:00:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-cov (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-cov.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-cov"

Wed Dec 11 12:00:44 2019 rev:14 rq:754218 version:2.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-cov/python-pytest-cov.changes      
2019-11-11 12:58:11.561550677 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-cov.new.4691/python-pytest-cov.changes
    2019-12-11 12:01:08.608840844 +0100
@@ -1,0 +2,5 @@
+Thu Dec  5 04:06:23 UTC 2019 - Steve Kowalik <[email protected]>
+
+- Skip 6 test cases that are causing problems with Python 3.8 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-cov.spec ++++++
--- /var/tmp/diff_new_pack.22mI9J/_old  2019-12-11 12:01:09.316840546 +0100
+++ /var/tmp/diff_new_pack.22mI9J/_new  2019-12-11 12:01:09.320840545 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-cov
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -61,8 +61,10 @@
 # test_dist_missing_data - needs internet access
 # test_*_collocated gh#pytest-dev/pytest-cov#358
 # test_central_subprocess_change_cwd_with_pythonpath - needs pytest cov in 
venv which is not doable in OBS build
+# test_multiprocessing* - deadlocks under Python 3.8
+# test_dist_combine_racecondition - text ordering under Python 3.8
 echo "import site;site.addsitedir(\"$(pwd)/src\")" > tests/sitecustomize.py
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:$PWD/tests 
py.test-%{$python_bin_suffix} -v -k 'not (test_dist_missing_data or 
test_central_subprocess_change_cwd_with_pythonpath or test_dist_not_collocated 
or test_dist_subprocess_not_collocated)'
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:$PWD/tests 
py.test-%{$python_bin_suffix} -v -k 'not (test_dist_missing_data or 
test_central_subprocess_change_cwd_with_pythonpath or test_dist_not_collocated 
or test_dist_subprocess_not_collocated or test_multiprocessing or 
test_dist_combine_racecondition)'
 
 %files %{python_files}
 %license LICENSE


Reply via email to