forked from pool/python-jsonpickle
- Exclude tests failing with python 3.8 (test_thing_with_fd,
test_list_with_fd, and test_dict_with_fd). gh#jsonpickle/jsonpickle#281 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 18:13:07 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -65,7 +65,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
|
||||
|
||||
Reference in New Issue
Block a user