forked from pool/python-pysaml2
- Skip test test_filter_ava_registration_authority_1
(gh#IdentityPython/pysaml2#759). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=48
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 21:25:04 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Skip test test_filter_ava_registration_authority_1
|
||||
(gh#IdentityPython/pysaml2#759).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 10:04:41 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pysaml2
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -87,9 +87,9 @@ done
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# Excluded tests for i586 gh#IdentityPython/pysaml2#682
|
||||
# Excluded tests for i586 gh#IdentityPython/pysaml2#682 and gh#IdentityPython/pysaml2#759
|
||||
%ifarch %{ix86}
|
||||
%pytest -k "not (test_assertion_consumer_service or test_swamid_sp or test_swamid_idp or test_other_response or test_mta or test_unknown_subject)" tests
|
||||
%pytest -k "not (test_assertion_consumer_service or test_swamid_sp or test_swamid_idp or test_other_response or test_mta or test_unknown_subject or test_filter_ava_registration_authority_1)" tests
|
||||
%else
|
||||
%pytest tests
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user