forked from pool/python-packaging
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:
commit
4b2c3cddf2
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user