Accepting request 1039500 from home:ojkastl_buildservice:ansible_for_SLES15SP4
- ignore 'pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.' error from pytest 7.2 OBS-URL: https://build.opensuse.org/request/show/1039500 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=100
This commit is contained in:
parent
f30b786968
commit
7861ea887f
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 2 07:35:08 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- ignore 'pytest.PytestRemovedIn8Warning: Support for nose tests is
|
||||||
|
deprecated and will be removed in a future release.' error from
|
||||||
|
pytest 7.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 4 11:35:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sat Jun 4 11:35:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ dos2unix LICENSE.rst # Fix wrong EOL encoding
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%pytest
|
%pytest -W ignore:'Support for nose tests is deprecated'
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user