diff --git a/python-jsonpickle.changes b/python-jsonpickle.changes index 8a82c39..3610c5f 100644 --- a/python-jsonpickle.changes +++ b/python-jsonpickle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 5 18:13:07 CET 2019 - Matej Cepl + +- Exclude tests failing with python 3.8 (test_thing_with_fd, + test_list_with_fd, and test_dict_with_fd). gh#jsonpickle/jsonpickle#281 + ------------------------------------------------------------------- Mon Jun 17 11:54:50 UTC 2019 - Tomáš Chvátal diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index eea6392..1573871 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -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 coverage} 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 @@ Additionally, it can reconstitute the object back into Python. %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