Accepting request 972492 from home:huizhizhao:soliddriver-checks-deps

- Ignore python3.6.2 since the test doesn't support it.

OBS-URL: https://build.opensuse.org/request/show/972492
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=55
This commit is contained in:
Markéta Machová 2022-04-25 08:24:47 +00:00 committed by Git OBS Bridge
parent 5248ca71f1
commit 0eb69c962a
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}