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:
Matej Cepl 2022-12-05 16:56:42 +00:00 committed by Git OBS Bridge
parent f30b786968
commit 7861ea887f
2 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -62,7 +62,7 @@ dos2unix LICENSE.rst # Fix wrong EOL encoding
%check
%if %{with test}
%pytest
%pytest -W ignore:'Support for nose tests is deprecated'
%endif
%files %{python_files}