Hello community,
here is the log from the commit of package python-jsonpickle for
openSUSE:Factory checked in at 2019-12-11 12:10:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonpickle (Old)
and /work/SRC/openSUSE:Factory/.python-jsonpickle.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonpickle"
Wed Dec 11 12:10:05 2019 rev:5 rq:754492 version:1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonpickle/python-jsonpickle.changes
2019-06-22 11:22:58.505308569 +0200
+++
/work/SRC/openSUSE:Factory/.python-jsonpickle.new.4691/python-jsonpickle.changes
2019-12-11 12:11:16.172585279 +0100
@@ -1,0 +2,6 @@
+Thu Dec 5 18:13:07 CET 2019 - Matej Cepl <[email protected]>
+
+- Exclude tests failing with python 3.8 (test_thing_with_fd,
+ test_list_with_fd, and test_dict_with_fd). gh#jsonpickle/jsonpickle#281
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonpickle.spec ++++++
--- /var/tmp/diff_new_pack.H0e9Hi/_old 2019-12-11 12:11:18.572584269 +0100
+++ /var/tmp/diff_new_pack.H0e9Hi/_new 2019-12-11 12:11:18.576584268 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jsonpickle
#
-# 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
@@ -38,6 +38,8 @@
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pymongo}
BuildRequires: %{python_module pytest}
+BuildRequires: python
+BuildRequires: python3
# /SECTION
# SECTION python 2 test requirements
BuildRequires: python-enum34
@@ -65,7 +67,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# Exclusions because of gh#jsonpickle/jsonpickle#281
+%pytest -k 'not (test_thing_with_fd or test_list_with_fd or test_dict_with_fd)'
%files %{python_files}
%doc README.rst docs/source/changelog.rst