diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index c4334bc..806e114 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 13 11:46:40 UTC 2020 - Marketa Calabkova + +- Skip test failing with the new pytest + ------------------------------------------------------------------- Mon Aug 31 13:01:20 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 46c8f26..ede1afc 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -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