Accepting request 841526 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/841526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-xdist?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2020-10-29 08:47:54 +00:00 committed by Git OBS Bridge
commit 9517055d3c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 13 11:46:40 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Skip test failing with the new pytest
-------------------------------------------------------------------
Mon Aug 31 13:01:20 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -83,7 +83,8 @@ sed -i 's/\r//' README.rst
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# https://github.com/pytest-dev/pytest-xdist/issues/601
%pytest -k "not test_warning_captured_deprecated_in_pytest_6"
%files %{python_files}
%doc CHANGELOG.rst README.rst