Accepting request 972508 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/972508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-packaging?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2022-04-26 18:15:08 +00:00 committed by Git OBS Bridge
commit 4b2c3cddf2
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 25 07:56:29 UTC 2022 - Hui-Zhi Zhao <hui.zhi.zhao@suse.com>
- Ignore python3.6.2 since the test doesn't support it.
-------------------------------------------------------------------
Wed Nov 24 15:16:45 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -72,9 +72,10 @@ test -d packaging.egg-info
%if %{with test}
%check
%if "%{python_flavor}" >= "python362"
# no-legacyversion-warning.patch causes these to fail
%pytest -k "not (test_legacy_specifier_is_deprecated or test_legacy_version_is_deprecated)"
%endif
%endif # %%{with_test}
%if !%{with test}