- Problems with gh#pipermerriam/flex#234 are not isolated just to
Python 3.9. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flex?expand=0&rev=10
This commit is contained in:
parent
14c536a86b
commit
3569da54c8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 29 22:33:20 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Problems with gh#pipermerriam/flex#234 are not isolated just to
|
||||
Python 3.9.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 16 13:32:39 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -71,9 +71,8 @@ Validation tooling for Swagger 2.0 specifications.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# https://github.com/pipermerriam/flex/issues/234
|
||||
python39_donttest=" or (test_request_parameter_array_extraction and tsv)"
|
||||
%pytest -k "not (donttestdummyprefix ${$python_donttest})"
|
||||
# gh#pipermerriam/flex#234
|
||||
%pytest -k "not (donttestdummyprefix or (test_request_parameter_array_extraction and tsv))"
|
||||
|
||||
%post
|
||||
%python_install_alternative swagger-flex
|
||||
|
Loading…
x
Reference in New Issue
Block a user